]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #5007, updated compiled styles (for development convenience)
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 31 Aug 2010 13:27:10 +0000 (13:27 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 31 Aug 2010 13:27:10 +0000 (13:27 +0000)
svn changeset:14672/svn branch:6.4

WebContent/VAADIN/themes/base/styles.css
WebContent/VAADIN/themes/base/upload/upload.css
WebContent/VAADIN/themes/reindeer/styles.css
WebContent/VAADIN/themes/runo/styles.css

index 973024c7ce8e7f7ec71c8ba726f93fde441cb512..8f5741a78dd2ada06d1c0467a4190ae00f8e0716 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_4_1_dev-20100721";}
-.v-theme-version-6_4_1_dev-20100721 {display: none;}
+.v-theme-version:after {content:"6_4_3_dev-20100831";}
+.v-theme-version-6_4_3_dev-20100831 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -549,6 +549,9 @@ div.v-app-loading {
        background: #333;
        color: #fff;
 }
+.v-datefield-calendarpanel-day-focused {
+       outline: 1px dotted black;
+}
 .v-datefield-time {
        white-space: nowrap;
 }
@@ -1991,6 +1994,15 @@ div.v-tree-node-leaf {
        border-color: rgba(0,109,232,.6);
 }
 
+.v-upload {
+       white-space: nowrap;
+}
+
+.v-ie6 .v-upload,
+.v-ie7 .v-upload {
+       margin:0;
+}
+
 .v-upload-immediate {
        position: relative;
        margin: 0;
index 126b21fa2f3bba0df8a17c6a274f8b4622d93473..e6b58fb14ea98e35f0b13f6a3b80759633a6417f 100644 (file)
@@ -1,3 +1,12 @@
+.v-upload {
+       white-space: nowrap;
+}
+
+.v-ie6 .v-upload,
+.v-ie7 .v-upload {
+       margin:0;
+}
+
 .v-upload-immediate {
        position: relative;
        margin: 0;
index 519c5c2f3ed2d3c31566e134b34b34d6f681d957..241a2539036805962831370490ada51281c3220c 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_4_1_dev-20100721";}
-.v-theme-version-6_4_1_dev-20100721 {display: none;}
+.v-theme-version:after {content:"6_4_3_dev-20100831";}
+.v-theme-version-6_4_3_dev-20100831 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -549,6 +549,9 @@ div.v-app-loading {
        background: #333;
        color: #fff;
 }
+.v-datefield-calendarpanel-day-focused {
+       outline: 1px dotted black;
+}
 .v-datefield-time {
        white-space: nowrap;
 }
@@ -1991,6 +1994,15 @@ div.v-tree-node-leaf {
        border-color: rgba(0,109,232,.6);
 }
 
+.v-upload {
+       white-space: nowrap;
+}
+
+.v-ie6 .v-upload,
+.v-ie7 .v-upload {
+       margin:0;
+}
+
 .v-upload-immediate {
        position: relative;
        margin: 0;
@@ -2788,6 +2800,9 @@ div.v-window-header {
        background: transparent;
 }
 
+input.v-textfield-readonly:focus{
+       background-color: transparent;  
+}
 .v-datefield-calendarpanel {
        border-collapse: collapse;
        margin: 0;
index 4cc9ef7f1404af01a030def6b6e1589c563194b1..1a4304755dcc214571b60b4925dd5afcb17c9803 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_4_1_dev-20100721";}
-.v-theme-version-6_4_1_dev-20100721 {display: none;}
+.v-theme-version:after {content:"6_4_3_dev-20100831";}
+.v-theme-version-6_4_3_dev-20100831 {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -549,6 +549,9 @@ div.v-app-loading {
        background: #333;
        color: #fff;
 }
+.v-datefield-calendarpanel-day-focused {
+       outline: 1px dotted black;
+}
 .v-datefield-time {
        white-space: nowrap;
 }
@@ -1991,6 +1994,15 @@ div.v-tree-node-leaf {
        border-color: rgba(0,109,232,.6);
 }
 
+.v-upload {
+       white-space: nowrap;
+}
+
+.v-ie6 .v-upload,
+.v-ie7 .v-upload {
+       margin:0;
+}
+
 .v-upload-immediate {
        position: relative;
        margin: 0;