From: John Alhroos Date: Fri, 9 Apr 2010 12:30:51 +0000 (+0000) Subject: Fix for #4348 X-Git-Tag: 6.7.0.beta1~1753 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33b6dc44f025e5ee567bdecd7ade7cdcb8cd1bba;p=vaadin-framework.git Fix for #4348 svn changeset:12443/svn branch:6.3 --- diff --git a/WebContent/VAADIN/themes/base/styles.css b/WebContent/VAADIN/themes/base/styles.css index 38ea7b67c4..cbace69331 100644 --- a/WebContent/VAADIN/themes/base/styles.css +++ b/WebContent/VAADIN/themes/base/styles.css @@ -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_0_dev-20100409";} +.v-theme-version-6_3_0_dev-20100409 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1447,8 +1447,9 @@ div.v-progressindicator-indeterminate-disabled { display: block; height: 1.2em; float: right; - background: #aaa; - cursor: col-resize; + background: #aaa; + cursor: e-resize; /* Opera does not support col-resize, so use e-resize instead */ + cursor: col-resize; width: 1px; overflow: hidden; } diff --git a/WebContent/VAADIN/themes/base/table/table.css b/WebContent/VAADIN/themes/base/table/table.css index d7c9459e9e..498d1bfe80 100644 --- a/WebContent/VAADIN/themes/base/table/table.css +++ b/WebContent/VAADIN/themes/base/table/table.css @@ -55,8 +55,9 @@ display: block; height: 1.2em; float: right; - background: #aaa; - cursor: col-resize; + background: #aaa; + cursor: e-resize; /* Opera does not support col-resize, so use e-resize instead */ + cursor: col-resize; width: 1px; overflow: hidden; } diff --git a/WebContent/VAADIN/themes/reindeer/styles.css b/WebContent/VAADIN/themes/reindeer/styles.css index caa1a25f9f..1174639f7c 100644 --- a/WebContent/VAADIN/themes/reindeer/styles.css +++ b/WebContent/VAADIN/themes/reindeer/styles.css @@ -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_0_dev-20100409";} +.v-theme-version-6_3_0_dev-20100409 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1447,8 +1447,9 @@ div.v-progressindicator-indeterminate-disabled { display: block; height: 1.2em; float: right; - background: #aaa; - cursor: col-resize; + background: #aaa; + cursor: e-resize; /* Opera does not support col-resize, so use e-resize instead */ + cursor: col-resize; width: 1px; overflow: hidden; } diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 1fa33f26a4..491a46c7dd 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -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_0_dev-20100409";} +.v-theme-version-6_3_0_dev-20100409 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { @@ -1447,8 +1447,9 @@ div.v-progressindicator-indeterminate-disabled { display: block; height: 1.2em; float: right; - background: #aaa; - cursor: col-resize; + background: #aaa; + cursor: e-resize; /* Opera does not support col-resize, so use e-resize instead */ + cursor: col-resize; width: 1px; overflow: hidden; }