From: Marc Englund Date: Wed, 15 Oct 2008 13:34:50 +0000 (+0000) Subject: Sampler styles X-Git-Tag: 6.7.0.beta1~3987 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9c41fdeff4fe736e554e543c57018550875b48c8;p=vaadin-framework.git Sampler styles svn changeset:5642/svn branch:trunk --- 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;