aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/splitpanel
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-12-01 15:20:28 +0200
committerLeif Åstrand <leif@vaadin.com>2011-12-01 15:20:28 +0200
commit7962a2f47f3e4b61a4033c0fb8ff30a7cb37a1fe (patch)
tree799c596ec0a5d7da3c9ad2e72cb1ed8ba9a8b0f1 /WebContent/VAADIN/themes/base/splitpanel
parentbc93f0e2418a2f67db12212c8f13c00c4aef00a1 (diff)
downloadvaadin-framework-7962a2f47f3e4b61a4033c0fb8ff30a7cb37a1fe.tar.gz
vaadin-framework-7962a2f47f3e4b61a4033c0fb8ff30a7cb37a1fe.zip
Remove the last simple ie6 hacks #7912
Diffstat (limited to 'WebContent/VAADIN/themes/base/splitpanel')
-rw-r--r--WebContent/VAADIN/themes/base/splitpanel/splitpanel.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css
index c24e2df06b..7831a8d9ce 100644
--- a/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css
+++ b/WebContent/VAADIN/themes/base/splitpanel/splitpanel.css
@@ -4,11 +4,9 @@
}
.v-splitpanel-hsplitter {
width: 6px;
- font-size: 1px; /* for IE6 */
}
.v-splitpanel-hsplitter div {
width: 6px;
- font-size: 1px; /* for IE6 */
position: absolute;
top: 0;
bottom: 0;
@@ -21,11 +19,9 @@
}
.v-splitpanel-vsplitter {
height: 6px;
- font-size: 1px; /* for IE6 */
}
.v-splitpanel-vsplitter div {
height: 6px;
- font-size: 1px; /* for IE6 */
background: #ddd;
cursor: s-resize;
cursor: row-resize;