diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-02-02 13:58:30 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-02-02 13:58:30 +0000 |
commit | 973919e4563735988ada6e65e52a8604fc615e9d (patch) | |
tree | 5e7cf3d5366e0d94ba57b0dd9b3e97fdaf639dbb /WebContent/ITMILL/themes/sampler | |
parent | bc63f535099213d4e680f503bf950531ec2ab980 (diff) | |
download | vaadin-framework-973919e4563735988ada6e65e52a8604fc615e9d.tar.gz vaadin-framework-973919e4563735988ada6e65e52a8604fc615e9d.zip |
Sampler intermediate commit; cleaning & slight modifications all over.
svn changeset:6705/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/flow.gif | bin | 269 -> 67 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/grid.gif | bin | 54 -> 54 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/hidetree.gif | bin | 58 -> 62 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/list.gif | bin | 250 -> 56 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/showtree.gif | bin | 61 -> 64 bytes | |||
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 16 |
6 files changed, 9 insertions, 7 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/flow.gif b/WebContent/ITMILL/themes/sampler/sampler/flow.gif Binary files differindex 02d1233de2..f6dcc1ed05 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/flow.gif +++ b/WebContent/ITMILL/themes/sampler/sampler/flow.gif diff --git a/WebContent/ITMILL/themes/sampler/sampler/grid.gif b/WebContent/ITMILL/themes/sampler/sampler/grid.gif Binary files differindex d1ff16fc7f..2500d8d15b 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/grid.gif +++ b/WebContent/ITMILL/themes/sampler/sampler/grid.gif diff --git a/WebContent/ITMILL/themes/sampler/sampler/hidetree.gif b/WebContent/ITMILL/themes/sampler/sampler/hidetree.gif Binary files differindex 93671348a8..b3fe017b9b 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/hidetree.gif +++ b/WebContent/ITMILL/themes/sampler/sampler/hidetree.gif diff --git a/WebContent/ITMILL/themes/sampler/sampler/list.gif b/WebContent/ITMILL/themes/sampler/sampler/list.gif Binary files differindex 802ae56df3..9f4641bc9a 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/list.gif +++ b/WebContent/ITMILL/themes/sampler/sampler/list.gif diff --git a/WebContent/ITMILL/themes/sampler/sampler/showtree.gif b/WebContent/ITMILL/themes/sampler/sampler/showtree.gif Binary files differindex afba39a3e5..258ffe36b4 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/showtree.gif +++ b/WebContent/ITMILL/themes/sampler/sampler/showtree.gif diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index c8fa6220f7..829e82e95e 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -87,7 +87,7 @@ } .i-app-SamplerApplication .i-caption-feature-controls { font-weight: bold; - font-size: 16px; + font-size: 18px; text-indent: 10px; } .i-app-SamplerApplication .feature-info { @@ -100,14 +100,16 @@ line-height: 20px; } .i-app-SamplerApplication .feature-info .i-panel-caption { - color: #def; - font-size: 22px; + color: #fff; + font-size: 16px; font-weight: bold; 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; @@ -115,13 +117,13 @@ } .i-app-SamplerApplication .i-button-showcode { - border-bottom: 1px solid #eee; - padding-right: 10px; + border-bottom: 1px dotted #eee; + padding: 1px 0 1px 7px; } .i-app-SamplerApplication .i-button-showcode span { - float: right; + color: #999; text-decoration: none; - font-style: italic; + font-style: italic;; } .i-app-SamplerApplication .i-button-showcode:hover span { text-decoration: underline; |