diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-12-12 12:58:46 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-12-12 12:58:46 +0000 |
commit | 4826cfa4240fb50aee1102650c2759aea1fa7767 (patch) | |
tree | 05fca483f309c1b2a3459f02b6bca8c93128baa5 /WebContent/ITMILL/themes/sampler | |
parent | 8452ad7e767d74f300362ec25e7d970a09207da4 (diff) | |
download | vaadin-framework-4826cfa4240fb50aee1102650c2759aea1fa7767.tar.gz vaadin-framework-4826cfa4240fb50aee1102650c2759aea1fa7767.zip |
Smapler style: removed border from feature-list table
svn changeset:6195/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 4c06c4d1d5..51aeff29e1 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -59,10 +59,17 @@ font-weight: bold; } +.i-app-SamplerApplication .i-table-featuretable .i-table-body { + border: transparent; +} + .i-app-SamplerApplication .i-panel-content-light { border-top: 0px; } +.i-app-SamplerApplication .feature-main { + padding-right: 6px; +} .i-app-SamplerApplication .feature-controls { padding-top: 10px; margin-bottom: 20px; |