diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-02-17 14:10:33 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-02-17 14:10:33 +0000 |
commit | d999ccc9df0563c0b7d965f632d47c516b74606e (patch) | |
tree | 7cf910830f617a26acb15b4489b10c9574b3bd3f | |
parent | 2e0c38aafaccf708a28755b9185bda83d1e08256 (diff) | |
download | vaadin-framework-d999ccc9df0563c0b7d965f632d47c516b74606e.tar.gz vaadin-framework-d999ccc9df0563c0b7d965f632d47c516b74606e.zip |
Sampler splitpanel CSS affected all splitpanels within sampler, commented out CSS
svn changeset:6876/svn branch:trunk
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 0b39eeb601..0b87c84ad9 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -166,6 +166,7 @@ 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 { width: 1px; background: #aeb0b5; @@ -177,6 +178,7 @@ margin: 0 -1px; padding: 0; } +*/ .i-app-SamplerApplication .i-tree-menu { font-family: arial, helvetica, verdana, sans-serif; |