summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo
diff options
context:
space:
mode:
authorJohn Alhroos <john.ahlroos@itmill.com>2010-04-20 11:22:29 +0000
committerJohn Alhroos <john.ahlroos@itmill.com>2010-04-20 11:22:29 +0000
commit8a6631fa3c1baffb014f89ac056bcb8bf42f9ead (patch)
tree1275cc636e8ef1fc2baac2f703f768cbf4ae40d9 /WebContent/VAADIN/themes/runo
parent9a9a06da2edbf5df003c1de84ec535ea2db684ca (diff)
downloadvaadin-framework-8a6631fa3c1baffb014f89ac056bcb8bf42f9ead.tar.gz
vaadin-framework-8a6631fa3c1baffb014f89ac056bcb8bf42f9ead.zip
IE6 resize fix for Table footers
svn changeset:12696/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r--WebContent/VAADIN/themes/runo/styles.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css
index 09ca23bf5d..d98adbe7da 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_0_dev-20100416";}
-.v-theme-version-6_4_0_dev-20100416 {display: none;}
+.v-theme-version:after {content:"6_4_0_dev-20100420";}
+.v-theme-version-6_4_0_dev-20100420 {display: none;}
/* Automatically compiled css file from subdirectories. */
.v-absolutelayout-wrapper {
@@ -1464,15 +1464,14 @@ div.v-progressindicator-indeterminate-disabled {
padding: 0;
border-right: 1px solid #aaa;
}
-.v-table-footer-cell,
-.v-table-footer-cell-asc,
-.v-table-footer-cell-desc {
+.v-table-footer-cell{
cursor: pointer;
}
-.v-table-footer-container{
- padding-left:6px;
+.v-table-footer-container{
+ float:right;
padding-right:6px;
- overfow: hidden;
+ overflow:hidden;
+ white-space:nowrap;
}
.v-table-resizer {
display: block;