]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated theme files (only compiled existing)
authorArtur Signell <artur.signell@itmill.com>
Fri, 28 May 2010 08:24:35 +0000 (08:24 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 28 May 2010 08:24:35 +0000 (08:24 +0000)
svn changeset:13414/svn branch:6.3

WebContent/VAADIN/themes/base/styles.css
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/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
WebContent/VAADIN/themes/runo/styles.css

index f49fd5ad71596b6fd19084925d1609b58256d8f8..fd7b305d4ce82818d36985be38309eea206e0665 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
-.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
+.v-theme-version:after {content:"6_3_4_dev-20100528";}
+.v-theme-version-6_3_4_dev-20100528 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -492,7 +492,7 @@ div.v-app-loading {
 .v-datefield-button {
        cursor: pointer;
 }
-.v-readonly .v-datefield-button {
+.v-datefield .v-datefield-button-readonly {
        display: none;
 }
 .v-datefield-calendarpanel table {
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 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 991174575730a1fd328ad82c63b683ca8c8e6805..225cc4313a64882cf08c0823be1277fa0b1029eb 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
-.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
+.v-theme-version:after {content:"6_3_4_dev-20100528";}
+.v-theme-version-6_3_4_dev-20100528 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -492,7 +492,7 @@ div.v-app-loading {
 .v-datefield-button {
        cursor: pointer;
 }
-.v-readonly .v-datefield-button {
+.v-datefield .v-datefield-button-readonly {
        display: none;
 }
 .v-datefield-calendarpanel table {
@@ -3005,7 +3005,7 @@ td.v-datefield-calendarpanel-nextyear {
        -webkit-border-bottom-right-radius: 0;
        height: 14px;
 }
-.v-readonly input.v-datefield-textfield {
+.v-datefield.v-readonly input.v-datefield-textfield {
        border-right-width: 1px;
        border-radius: 3px;
        -moz-border-radius: 3px;
@@ -3989,6 +3989,12 @@ td.v-datefield-calendarpanel-nextyear {
        padding-right: 12px;
 }
 
+/* IE6 needs some help identifying when the input is readonly */
+.v-ie6 .v-filterselect.v-readonly,
+.v-ie6 .v-filterselect .v-filterselect-input-readonly {
+       background: transparent;
+}
+
 .v-slider {
        border-top: 1px solid #9a9c9e;
        border-bottom: 1px solid #bdbfc1;
index 97ffbeb2cefaeafc2ef08c7b360c90c91fd3054e..9680f02765fbb3d6647a777149c6376e8deac7da 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_3_0_dev-20100413";}
-.v-theme-version-6_3_0_dev-20100413 {display: none;}
+.v-theme-version:after {content:"6_3_4_dev-20100528";}
+.v-theme-version-6_3_4_dev-20100528 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -492,7 +492,7 @@ div.v-app-loading {
 .v-datefield-button {
        cursor: pointer;
 }
-.v-readonly .v-datefield-button {
+.v-datefield .v-datefield-button-readonly {
        display: none;
 }
 .v-datefield-calendarpanel table {
@@ -2948,6 +2948,12 @@ div.v-window-header {
        border-top: 1px solid #b6bbbc;
 }
 
+/* IE6 needs some help identifying when the input is readonly */
+.v-ie6 .v-filterselect.v-readonly,
+.v-ie6 .v-filterselect .v-filterselect-input-readonly {
+       background: transparent;
+}
+
 
 /* Error styles (disabled by default)
    ----------------------------------