From 9c41fdeff4fe736e554e543c57018550875b48c8 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Wed, 15 Oct 2008 13:34:50 +0000 Subject: [PATCH] Sampler styles svn changeset:5642/svn branch:trunk --- WebContent/ITMILL/themes/sampler/sampler/styles.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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; -- 2.39.5