diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-01-08 12:51:55 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-01-08 12:51:55 +0000 |
commit | dbdc297a3aac51c495ca80db70e6f158d213360d (patch) | |
tree | cb05be01b9702b38dcd6399efd9cb1aa008ea127 /WebContent | |
parent | 4031b5cfb11ee81c4f1196d96a8183ffa21ddf59 (diff) | |
download | vaadin-framework-dbdc297a3aac51c495ca80db70e6f158d213360d.tar.gz vaadin-framework-dbdc297a3aac51c495ca80db70e6f158d213360d.zip |
Trying to liven up Sampler theme w/ minor adjustments
svn changeset:6455/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/finfofade.png | bin | 0 -> 2774 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 11 |
2 files changed, 8 insertions, 3 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/finfofade.png b/WebContent/ITMILL/themes/sampler/sampler/finfofade.png Binary files differnew file mode 100644 index 0000000000..9bb1d68fb5 --- /dev/null +++ b/WebContent/ITMILL/themes/sampler/sampler/finfofade.png 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; |