]> source.dussan.org Git - vaadin-framework.git/commitdiff
Opera doesn't support col-resize/row-resize cursor, added fallback for it in splitpan...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 12 Apr 2010 06:51:27 +0000 (06:51 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 12 Apr 2010 06:51:27 +0000 (06:51 +0000)
svn changeset:12463/svn branch:6.3

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

index 82ef5a4e7b40bdc9a2f523c2b1f6308f2ec44056..fd92984abb910175d2adcbd4e00ee0be6f6443f3 100644 (file)
@@ -13,6 +13,7 @@
        top: 0;
        bottom: 0;
        background: #ddd;
+       cursor: e-resize;
        cursor: col-resize;
 }
 .v-splitpanel-vsplitter {
@@ -23,6 +24,7 @@
        height: 6px;
        font-size: 1px; /* for IE6 */
        background: #ddd;
+       cursor: s-resize;
        cursor: row-resize;
 }
 /* IE specific styles */
index cbace693319e17ba324e7fe45584b3bdac7baccf..f49fd5ad71596b6fd19084925d1609b58256d8f8 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_3_0_dev-20100409";}
-.v-theme-version-6_3_0_dev-20100409 {display: none;}
+.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
+.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -1367,6 +1367,7 @@ div.v-progressindicator-indeterminate-disabled {
        top: 0;
        bottom: 0;
        background: #ddd;
+       cursor: e-resize;
        cursor: col-resize;
 }
 .v-splitpanel-vsplitter {
@@ -1377,6 +1378,7 @@ div.v-progressindicator-indeterminate-disabled {
        height: 6px;
        font-size: 1px; /* for IE6 */
        background: #ddd;
+       cursor: s-resize;
        cursor: row-resize;
 }
 /* IE specific styles */
index 1174639f7ccc3200e8e6758130c7d139fa3ca648..f56c5d750df5afeef53b1b776ec08ff84e60cf50 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_3_0_dev-20100409";}
-.v-theme-version-6_3_0_dev-20100409 {display: none;}
+.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
+.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -1367,6 +1367,7 @@ div.v-progressindicator-indeterminate-disabled {
        top: 0;
        bottom: 0;
        background: #ddd;
+       cursor: e-resize;
        cursor: col-resize;
 }
 .v-splitpanel-vsplitter {
@@ -1377,6 +1378,7 @@ div.v-progressindicator-indeterminate-disabled {
        height: 6px;
        font-size: 1px; /* for IE6 */
        background: #ddd;
+       cursor: s-resize;
        cursor: row-resize;
 }
 /* IE specific styles */
index 491a46c7ddc1523ed1e215bcd95846dd8c881fa7..490248ad2f05292d0c2998b2e4930756c9d3c101 100644 (file)
@@ -1,5 +1,5 @@
-.v-theme-version:after {content:"6_3_0_dev-20100409";}
-.v-theme-version-6_3_0_dev-20100409 {display: none;}
+.v-theme-version:after {content:"9_9_9_INTERNAL-DEBUG-BUILD";}
+.v-theme-version-9_9_9_INTERNAL-DEBUG-BUILD {display: none;}
 /* Automatically compiled css file from subdirectories. */
 
 .v-absolutelayout-wrapper {
@@ -1367,6 +1367,7 @@ div.v-progressindicator-indeterminate-disabled {
        top: 0;
        bottom: 0;
        background: #ddd;
+       cursor: e-resize;
        cursor: col-resize;
 }
 .v-splitpanel-vsplitter {
@@ -1377,6 +1378,7 @@ div.v-progressindicator-indeterminate-disabled {
        height: 6px;
        font-size: 1px; /* for IE6 */
        background: #ddd;
+       cursor: s-resize;
        cursor: row-resize;
 }
 /* IE specific styles */