diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-01-09 06:57:32 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-01-09 06:57:32 +0000 |
commit | 0407dbcf18a50eaf439dc18e4640307ac0733578 (patch) | |
tree | 68044c3b6575cb50700aff053f15e0a71adc8307 /WebContent | |
parent | 7cf525985a796861c352619b2713e7a6a4f63283 (diff) | |
download | vaadin-framework-0407dbcf18a50eaf439dc18e4640307ac0733578.tar.gz vaadin-framework-0407dbcf18a50eaf439dc18e4640307ac0733578.zip |
Sampler minor styling.
svn changeset:6469/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index de2a186a55..105273abc7 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -56,6 +56,10 @@ margin-left: -3px; } +.i-app-SamplerApplication tr.i-table-row, +.i-app-SamplerApplication tr.i-table-row-odd { + height: 50px; +} .i-app-SamplerApplication tr.i-table-row-section { color: #333366; font-size: 18px; |