summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2010-08-31 13:27:10 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2010-08-31 13:27:10 +0000
commit140abecfdfa1d6bf4af4c2f0860bf9eee4c00066 (patch)
tree30daa845f77a0edfa3a0b534a75e1518f39434dc
parent18f91a8497bc20a58b94fb6c0017128c6e33905c (diff)
downloadvaadin-framework-140abecfdfa1d6bf4af4c2f0860bf9eee4c00066.tar.gz
vaadin-framework-140abecfdfa1d6bf4af4c2f0860bf9eee4c00066.zip
fixes #5007, updated compiled styles (for development convenience)
svn changeset:14672/svn branch:6.4
-rw-r--r--WebContent/VAADIN/themes/base/styles.css16
-rw-r--r--WebContent/VAADIN/themes/base/upload/upload.css9
-rw-r--r--WebContent/VAADIN/themes/reindeer/styles.css19
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css16
4 files changed, 54 insertions, 6 deletions
diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css
index 973024c7ce..8f5741a78d 100644
--- a/WebContent/VAADIN/themes/base/styles.css
+++ b/WebContent/VAADIN/themes/base/styles.css
@@ -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;
diff --git a/WebContent/VAADIN/themes/base/upload/upload.css b/WebContent/VAADIN/themes/base/upload/upload.css
index 126b21fa2f..e6b58fb14e 100644
--- a/WebContent/VAADIN/themes/base/upload/upload.css
+++ b/WebContent/VAADIN/themes/base/upload/upload.css
@@ -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;
diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css
index 519c5c2f3e..241a253903 100644
--- a/WebContent/VAADIN/themes/reindeer/styles.css
+++ b/WebContent/VAADIN/themes/reindeer/styles.css
@@ -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;
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index 4cc9ef7f14..1a4304755d 100644
--- a/WebContent/VAADIN/themes/runo/styles.css
+++ b/WebContent/VAADIN/themes/runo/styles.css
@@ -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;