From: Marc Englund Date: Thu, 8 Jan 2009 12:51:55 +0000 (+0000) Subject: Trying to liven up Sampler theme w/ minor adjustments X-Git-Tag: 6.7.0.beta1~3388 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dbdc297a3aac51c495ca80db70e6f158d213360d;p=vaadin-framework.git Trying to liven up Sampler theme w/ minor adjustments svn changeset:6455/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/sampler/sampler/finfofade.png b/WebContent/ITMILL/themes/sampler/sampler/finfofade.png new file mode 100644 index 0000000000..9bb1d68fb5 Binary files /dev/null and b/WebContent/ITMILL/themes/sampler/sampler/finfofade.png differ diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 40b985d1f5..de2a186a55 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -74,6 +74,9 @@ border-top: 0px; } +.i-app-SamplerApplication .i-panel-feature-main { + background: transparent url(grayfade.png) repeat-x; +} .i-app-SamplerApplication .i-caption-feature-controls { font-weight: bold; font-size: 16px; @@ -89,12 +92,14 @@ line-height: 20px; } .i-app-SamplerApplication .feature-info .i-panel-caption { - color: #fff; + color: #def; font-size: 22px; font-weight: bold; - line-height: 35px; + line-height: 25px; +} +.i-app-SamplerApplication .feature-info .i-panel-content { + background: transparent url(finfofade.png) no-repeat 0px 5px; } - .i-app-SamplerApplication .feature-info .i-caption { font-weight: bold; font-size: 16px;