diff options
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/img/black-button-sprites-ie6.png | bin | 4106 -> 4130 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/img/button-sprites-ie6.png | bin | 3968 -> 3970 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/common.css | 12 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/img/black-vertical-sprites-ie6.png | bin | 3238 -> 3240 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/img/horizontal-sprites.png | bin | 218 -> 215 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/common/img/vertical-sprites-ie6.png | bin | 8119 -> 8115 bytes | |||
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/styles.css | 12 |
7 files changed, 12 insertions, 12 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/img/black-button-sprites-ie6.png b/WebContent/VAADIN/themes/reindeer/button/img/black-button-sprites-ie6.png Binary files differindex 90a73be23f..515f64155d 100644 --- a/WebContent/VAADIN/themes/reindeer/button/img/black-button-sprites-ie6.png +++ b/WebContent/VAADIN/themes/reindeer/button/img/black-button-sprites-ie6.png diff --git a/WebContent/VAADIN/themes/reindeer/button/img/button-sprites-ie6.png b/WebContent/VAADIN/themes/reindeer/button/img/button-sprites-ie6.png Binary files differindex 8ccaa56edd..662dc4c661 100644 --- a/WebContent/VAADIN/themes/reindeer/button/img/button-sprites-ie6.png +++ b/WebContent/VAADIN/themes/reindeer/button/img/button-sprites-ie6.png 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/common/img/black-vertical-sprites-ie6.png b/WebContent/VAADIN/themes/reindeer/common/img/black-vertical-sprites-ie6.png Binary files differindex 84c52dbf4c..0a7bd350e5 100644 --- a/WebContent/VAADIN/themes/reindeer/common/img/black-vertical-sprites-ie6.png +++ b/WebContent/VAADIN/themes/reindeer/common/img/black-vertical-sprites-ie6.png diff --git a/WebContent/VAADIN/themes/reindeer/common/img/horizontal-sprites.png b/WebContent/VAADIN/themes/reindeer/common/img/horizontal-sprites.png Binary files differindex 7980a5aa18..3f107c2c31 100644 --- a/WebContent/VAADIN/themes/reindeer/common/img/horizontal-sprites.png +++ b/WebContent/VAADIN/themes/reindeer/common/img/horizontal-sprites.png diff --git a/WebContent/VAADIN/themes/reindeer/common/img/vertical-sprites-ie6.png b/WebContent/VAADIN/themes/reindeer/common/img/vertical-sprites-ie6.png Binary files differindex bbededab94..d11847a71d 100644 --- a/WebContent/VAADIN/themes/reindeer/common/img/vertical-sprites-ie6.png +++ b/WebContent/VAADIN/themes/reindeer/common/img/vertical-sprites-ie6.png diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index a7db2af22b..f128894ae1 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -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; } |