diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-01-09 12:41:36 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-01-09 12:41:36 +0000 |
commit | cf8bfcdd64a7e7a07c39c25e1abc89270a7e69e5 (patch) | |
tree | cfada68497b78cf62831a79965ca240299acdf13 /WebContent/ITMILL/themes/sampler | |
parent | 190d079bc1cf1f147db7646ff466e6d1dcc40ac1 (diff) | |
download | vaadin-framework-cf8bfcdd64a7e7a07c39c25e1abc89270a7e69e5.tar.gz vaadin-framework-cf8bfcdd64a7e7a07c39c25e1abc89270a7e69e5.zip |
Compensating for orderedlayout style changes.
svn changeset:6477/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/sampler')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/sampler/styles.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/ITMILL/themes/sampler/sampler/styles.css b/WebContent/ITMILL/themes/sampler/sampler/styles.css index 105273abc7..53b8d268b0 100644 --- a/WebContent/ITMILL/themes/sampler/sampler/styles.css +++ b/WebContent/ITMILL/themes/sampler/sampler/styles.css @@ -4,10 +4,10 @@ .i-app-SamplerApplication { background-color: white; } -.i-app-SamplerApplication .i-orderedlayout-topbar { +.i-app-SamplerApplication .i-horizontallayout-topbar { border-bottom: 3px solid #ccc; } -.i-app-SamplerApplication .i-orderedlayout-togglebar { +.i-app-SamplerApplication .i-horizontallayout-togglebar { border-bottom: 1px solid #eee; background: transparent url(grayfade.png) repeat-x; } @@ -22,10 +22,10 @@ font-weight: bold; } -.i-app-SamplerApplication .i-orderedlayout-topbar .i-button-link span { +.i-app-SamplerApplication .i-horizontallayout-topbar .i-button-link span { text-decoration: none; } -.i-app-SamplerApplication .i-orderedlayout-topbar .i-button-link:hover span { +.i-app-SamplerApplication .i-horizontallayout-topbar .i-button-link:hover span { text-decoration: underline; } |