diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-27 10:38:12 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-04-27 10:38:12 +0000 |
commit | 7f1ea08bc261ad6099abec530944283b2e820c78 (patch) | |
tree | 6393c24e875ef113a4dd629c9b70a9f4f441c7aa /WebContent/VAADIN | |
parent | 5f1f689d56ea5464b68a8a493a38740487dcd2c9 (diff) | |
download | vaadin-framework-7f1ea08bc261ad6099abec530944283b2e820c78.tar.gz vaadin-framework-7f1ea08bc261ad6099abec530944283b2e820c78.zip |
Sandboxed some Liferay-only styles for only Liferay (for real).
svn changeset:12858/svn branch:6.3
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 12 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/common/common.css b/WebContent/VAADIN/themes/reindeer/common/common.css index 34c4f4c585..1e540715e1 100644 --- a/WebContent/VAADIN/themes/reindeer/common/common.css +++ b/WebContent/VAADIN/themes/reindeer/common/common.css @@ -113,12 +113,12 @@ .portlet .v-app { background: transparent; } -.v-app .v-radiobutton input, -.v-window .v-radiobutton input, -.v-popupview-popup .v-radiobutton input, -.v-app .v-checkbox input, -.v-window .v-checkbox input, -.v-popupview-popup .v-checkbox input { +.portlet .v-app .v-radiobutton input, +.portlet .v-window .v-radiobutton input, +.portlet .v-popupview-popup .v-radiobutton input, +.portlet .v-app .v-checkbox input, +.portlet .v-window .v-checkbox input, +.portlet .v-popupview-popup .v-checkbox input { margin-right: 3px; background: transparent; }
\ No newline at end of file diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index 908b657899..9911745757 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -2715,12 +2715,12 @@ div.v-window-header { .portlet .v-app { background: transparent; } -.v-app .v-radiobutton input, -.v-window .v-radiobutton input, -.v-popupview-popup .v-radiobutton input, -.v-app .v-checkbox input, -.v-window .v-checkbox input, -.v-popupview-popup .v-checkbox input { +.portlet .v-app .v-radiobutton input, +.portlet .v-window .v-radiobutton input, +.portlet .v-popupview-popup .v-radiobutton input, +.portlet .v-app .v-checkbox input, +.portlet .v-window .v-checkbox input, +.portlet .v-popupview-popup .v-checkbox input { margin-right: 3px; background: transparent; } |