diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-09-16 09:11:06 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-09-16 09:11:06 +0000 |
commit | 3ab5e57dfe3ad5f399a9250f091f3dcca67b3368 (patch) | |
tree | e79983de6f3316a90fae3421573a155bd9574d11 /WebContent | |
parent | 238e7f7666a955f2037ed45d2d278ff515ff1ada (diff) | |
download | vaadin-framework-3ab5e57dfe3ad5f399a9250f091f3dcca67b3368.tar.gz vaadin-framework-3ab5e57dfe3ad5f399a9250f091f3dcca67b3368.zip |
fixes #2062
svn changeset:5411/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/default/splitpanel/splitpanel.css | 4 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/splitpanel/splitpanel.css b/WebContent/ITMILL/themes/default/splitpanel/splitpanel.css index bb7c087269..0fe325e184 100644 --- a/WebContent/ITMILL/themes/default/splitpanel/splitpanel.css +++ b/WebContent/ITMILL/themes/default/splitpanel/splitpanel.css @@ -1,3 +1,7 @@ +.i-splitpanel-horizontal, .i-splitpanel-vertical { + overflow: hidden; +} + .i-splitpanel-horizontal .i-splitpanel-hsplitter { width: 6px; font-size: 1px; /* for IE6 */ diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index e749a7b69e..4a3a7d6377 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1577,6 +1577,10 @@ input.i-modified, * html .i-slider-vertical .i-slider-handle { margin: 0 -1px; } +.i-splitpanel-horizontal, .i-splitpanel-vertical { + overflow: hidden; +} + .i-splitpanel-horizontal .i-splitpanel-hsplitter { width: 6px; font-size: 1px; /* for IE6 */ |