From cf8bfcdd64a7e7a07c39c25e1abc89270a7e69e5 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Fri, 9 Jan 2009 12:41:36 +0000 Subject: [PATCH] Compensating for orderedlayout style changes. svn changeset:6477/svn branch:trunk --- WebContent/ITMILL/themes/sampler/sampler/styles.css | 8 ++++---- 1 file 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; } -- 2.39.5