diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-02-18 15:06:24 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-02-18 15:06:24 +0000 |
commit | 79774e8c4bab1506bdcce523d4513ea9ea887f82 (patch) | |
tree | 7b32181da66c91a4a3e613e5d188dbaa5ada6ae8 /WebContent | |
parent | 70be0e7731b85cd8ea31665cfcfd7bf267276fa3 (diff) | |
download | vaadin-framework-79774e8c4bab1506bdcce523d4513ea9ea887f82.tar.gz vaadin-framework-79774e8c4bab1506bdcce523d4513ea9ea887f82.zip |
Re-enabled Sampler main-splitpanel styling now that #2605 is fixed.
svn changeset:6897/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 0b87c84ad9..8e68b5f97e 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -162,23 +162,22 @@ border: none; } -.i-app-SamplerApplication .main-split .i-splitpanel-first-container { +.i-app-SamplerApplication .i-splitpanel-first-container-main-split { background: #eaebec url(tree-bg.png) repeat-x fixed; } -/* Affects all inner splitpanels; can't use this until classnames are added -.i-app-SamplerApplication .main-split .i-splitpanel-hsplitter { +.i-app-SamplerApplication .i-splitpanel-hsplitter-main-split { width: 1px; background: #aeb0b5; } -.i-app-SamplerApplication .main-split .i-splitpanel-hsplitter div { +.i-app-SamplerApplication .i-splitpanel-hsplitter-main-split div { width: 3px; background: transparent; border: none; margin: 0 -1px; padding: 0; } -*/ + .i-app-SamplerApplication .i-tree-menu { font-family: arial, helvetica, verdana, sans-serif; @@ -193,10 +192,6 @@ background: #7d8490; padding: 1px; } -.i-ie6 .i-tree-menu .i-tree-node-ie6compatnode { - height: 0; - overflow: hidden; -} .i-app-SamplerApplication .i-label-section { |