From d59eca206de682d900abeb2d92d1f5f1dcea1c14 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 25 Jan 2007 11:14:42 +0000 Subject: [PATCH] some tab tweeks --- theme/standard/styles_ie6.css | 5 +++-- theme/standard/styles_ie7.css | 12 ++++++++---- theme/standard/styles_layout.css | 6 +++--- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 0a7556d24e..a7c4a56eae 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -12,10 +12,11 @@ .tabrow0 LI.first { margin-left: -4px; + margin-right: 0; } .tabrow0 A { - padding: 0 0 0 1em; + padding: 0 0 0 14px; } .tabrow0 A span { @@ -23,5 +24,5 @@ } .tabrow0 UL { - top: 2.4em; + top: 2.1em; } diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css index 602cc51224..156c008e08 100755 --- a/theme/standard/styles_ie7.css +++ b/theme/standard/styles_ie7.css @@ -2,16 +2,20 @@ * These styles are ONLY included for IE 7 (via meta.php) */ +.tabrow0 LI.first { + margin-right: 0; +} + .tabrow0 A { display: inline-block; - padding-top: 8px; - padding-bottom: 8px; + padding: 6px 0 10px 14px; + line-height: 1.6em; } .tabrow0 A span { - padding: 12px 1em 8px 0; + padding: 10px 1em 10px 0; } .tabrow0 UL { - top: 2.6em; + top: 2.1em; } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 93920274a7..62fce9703c 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2135,9 +2135,9 @@ body#message-messages { color:#444; } -.tabtree span { - font-size:0.1; -} +/* .tabtree span { */ + /* font-size:0.1; */ +/* } */ /*** *** User -- 2.39.5