diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-10-15 13:34:50 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-10-15 13:34:50 +0000 |
commit | 9c41fdeff4fe736e554e543c57018550875b48c8 (patch) | |
tree | cea61b89c4b593b24427015c3494c63b5db7919b /WebContent/ITMILL/themes/sampler | |
parent | 86c772edf37a22b0ed4c9f81ff3d0606821c27e1 (diff) | |
download | vaadin-framework-9c41fdeff4fe736e554e543c57018550875b48c8.tar.gz vaadin-framework-9c41fdeff4fe736e554e543c57018550875b48c8.zip |
Sampler styles
svn changeset:5642/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 56077af8cd..a2d48d959b 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -13,6 +13,10 @@ #sampler .feature-controls { margin-bottom: 20px; } +#sampler .feature-controls .i-caption { + font-weight: bold; + font-size: 16px; +} #sampler .feature-info { background-color: #999; color: white; @@ -20,9 +24,15 @@ line-height: 30px; } #sampler .feature-name { - font-size: 18px; + font-size: 22px; + font-weight: bold; +} + +#sampler .feature-info .i-caption { font-weight: bold; + font-size: 16px; } + .i-customcomponent-ModeSwitch .i-button { height: 28px; border: none; |