From bd20d305bccc10ff35aa3f8591286e8991bede28 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 10 Jul 2006 13:40:52 +0000 Subject: [PATCH] Made tabs height independent git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4079 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 37d40101b..6b5771a25 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -451,7 +451,6 @@ font.must { div.tab_active { text-align:center; - height:25px; background-color:#f0f0f0; border-style:solid; border-color:black; @@ -460,14 +459,14 @@ div.tab_active { border-left-width:1px; border-right-width:1px; margin-top:0px; - padding-top:1px; + padding-top:2px; + padding-bottom:8px; padding-left:8px; padding-right:8px; } div.tab_left { text-align:center; - height:20px; background-color:#c0c0c0; border-style:solid; border-color:black; @@ -477,13 +476,13 @@ div.tab_left { border-right-width:0px; margin-top:5px; padding-top:1px; + padding-bottom:5px; padding-left:8px; padding-right:8px; } div.tab_right { text-align:center; - height:20px; background-color:#c0c0c0; border-style:solid; border-color:black; @@ -495,11 +494,11 @@ div.tab_right { padding-top:1px; padding-left:8px; padding-right:8px; + padding-bottom:5px; } div.tab_near_active { text-align:center; - height:20px; background-color:#c0c0c0; border-style:solid; border-color:black; @@ -511,11 +510,11 @@ div.tab_near_active { padding-top:1px; padding-left:8px; padding-right:8px; + padding-bottom:5px; } div.tab_border { width:100%; - height:20px; border-style:solid; border-color:black; border-top-width:0px; -- 2.30.2