From 79774e8c4bab1506bdcce523d4513ea9ea887f82 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Wed, 18 Feb 2009 15:06:24 +0000 Subject: [PATCH] Re-enabled Sampler main-splitpanel styling now that #2605 is fixed. svn changeset:6897/svn branch:trunk --- WebContent/ITMILL/themes/sampler/sampler/styles.css | 13 ++++--------- 1 file 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 { -- 2.39.5