]> source.dussan.org Git - vaadin-framework.git/commitdiff
Re-enabled Sampler main-splitpanel styling now that #2605 is fixed.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 18 Feb 2009 15:06:24 +0000 (15:06 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 18 Feb 2009 15:06:24 +0000 (15:06 +0000)
svn changeset:6897/svn branch:trunk

WebContent/ITMILL/themes/sampler/sampler/styles.css

index 0b87c84ad9111c576a247eb450b1025f4ca906b4..8e68b5f97eb4be67e39493624650959c0189b790 100644 (file)
        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;
        background: #7d8490;
        padding: 1px;
 }
-.i-ie6 .i-tree-menu .i-tree-node-ie6compatnode {
-       height: 0;
-       overflow: hidden;
-}
 
 
 .i-app-SamplerApplication .i-label-section {