]> source.dussan.org Git - vaadin-framework.git/commitdiff
Ported Liferay CSS style sandboxing fix to 6.4
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 4 May 2010 13:49:42 +0000 (13:49 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Tue, 4 May 2010 13:49:42 +0000 (13:49 +0000)
svn changeset:13027/svn branch:6.4

WebContent/VAADIN/themes/reindeer/button/img/black-button-sprites-ie6.png
WebContent/VAADIN/themes/reindeer/button/img/button-sprites-ie6.png
WebContent/VAADIN/themes/reindeer/common/common.css
WebContent/VAADIN/themes/reindeer/common/img/black-vertical-sprites-ie6.png
WebContent/VAADIN/themes/reindeer/common/img/horizontal-sprites.png
WebContent/VAADIN/themes/reindeer/common/img/vertical-sprites-ie6.png
WebContent/VAADIN/themes/reindeer/styles.css

index 90a73be23fc9cc8ca0f0b171688dcb0d130c7b72..515f64155d0abd10fe56a8dc2ac864359c511407 100644 (file)
Binary files a/WebContent/VAADIN/themes/reindeer/button/img/black-button-sprites-ie6.png and b/WebContent/VAADIN/themes/reindeer/button/img/black-button-sprites-ie6.png differ
index 8ccaa56edd0aeac98ac2c966ac25c6490b6ad1a4..662dc4c66139d5351c46f51ac35c865b547a4a9a 100644 (file)
Binary files a/WebContent/VAADIN/themes/reindeer/button/img/button-sprites-ie6.png and b/WebContent/VAADIN/themes/reindeer/button/img/button-sprites-ie6.png differ
index 34c4f4c58575ae44cef6ea51fda93493243610f3..1e540715e107110aa75dad92a8a5910ba25c5a41 100644 (file)
 .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
index 84c52dbf4c09df07f12d2d951c9e4706c441941b..0a7bd350e5324e4500f945831543ad64d34ed6a4 100644 (file)
Binary files a/WebContent/VAADIN/themes/reindeer/common/img/black-vertical-sprites-ie6.png and b/WebContent/VAADIN/themes/reindeer/common/img/black-vertical-sprites-ie6.png differ
index 7980a5aa188df8bf69ab8399ea845792768fb4ac..3f107c2c319c19d48dc2592a91fbc872fa663f8c 100644 (file)
Binary files a/WebContent/VAADIN/themes/reindeer/common/img/horizontal-sprites.png and b/WebContent/VAADIN/themes/reindeer/common/img/horizontal-sprites.png differ
index bbededab94218e456671c51bfc77d392b6027abf..d11847a71dc45a33014c4e5e73958636f6157862 100644 (file)
Binary files a/WebContent/VAADIN/themes/reindeer/common/img/vertical-sprites-ie6.png and b/WebContent/VAADIN/themes/reindeer/common/img/vertical-sprites-ie6.png differ
index a7db2af22bd719bd08e7f088e69cd84319385fd3..f128894ae1be1d9b783533776e6d5bd25c1816f7 100644 (file)
@@ -2750,12 +2750,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;
 }