From: Marc Englund Date: Fri, 9 Jan 2009 12:41:36 +0000 (+0000) Subject: Compensating for orderedlayout style changes. X-Git-Tag: 6.7.0.beta1~3374 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cf8bfcdd64a7e7a07c39c25e1abc89270a7e69e5;p=vaadin-framework.git Compensating for orderedlayout style changes. svn changeset:6477/svn branch:trunk --- 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; }