diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-05-04 13:49:42 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2010-05-04 13:49:42 +0000 |
commit | d5a51358cdaa987614746fc97a619aed06ea2b25 (patch) | |
tree | a53d166eadd2580c73cee37f6bbfb0c597e09d48 /WebContent/VAADIN/themes/reindeer/common/common.css | |
parent | ee0fea3874651c2d375120b1cd546797bedc1146 (diff) | |
download | vaadin-framework-d5a51358cdaa987614746fc97a619aed06ea2b25.tar.gz vaadin-framework-d5a51358cdaa987614746fc97a619aed06ea2b25.zip |
Ported Liferay CSS style sandboxing fix to 6.4
svn changeset:13027/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/common/common.css')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 12 |
1 files changed, 6 insertions, 6 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 |