Code

Applied "non-uniq-tab-len" patch to 2.5
[gosa.git] / html / themes / default / style.css
index 755b7ea751334a7987e022b2f1ef774162d46725..37d40101bf3e5cb4f030908ef4e0181ff35b4208 100644 (file)
@@ -452,7 +452,6 @@ font.must {
 div.tab_active {
        text-align:center;
        height:25px;
-       width:100px;
        background-color:#f0f0f0;
        border-style:solid;
        border-color:black;
@@ -462,12 +461,13 @@ div.tab_active {
        border-right-width:1px;
        margin-top:0px;
        padding-top:1px;
+       padding-left:8px;
+       padding-right:8px;
 }
 
 div.tab_left {
        text-align:center;
        height:20px;
-       width:100px;
        background-color:#c0c0c0;
        border-style:solid;
        border-color:black;
@@ -477,12 +477,13 @@ div.tab_left {
        border-right-width:0px;
        margin-top:5px;
        padding-top:1px;
+       padding-left:8px;
+       padding-right:8px;
 }
 
 div.tab_right {
        text-align:center;
        height:20px;
-       width:100px;
        background-color:#c0c0c0;
        border-style:solid;
        border-color:black;
@@ -492,12 +493,13 @@ div.tab_right {
        border-right-width:1px;
        margin-top:5px;
        padding-top:1px;
+       padding-left:8px;
+       padding-right:8px;
 }
 
 div.tab_near_active {
        text-align:center;
        height:20px;
-       width:100px;
        background-color:#c0c0c0;
        border-style:solid;
        border-color:black;
@@ -507,6 +509,8 @@ div.tab_near_active {
        border-right-width:1px;
        margin-top:5px;
        padding-top:1px;
+       padding-left:8px;
+       padding-right:8px;
 }
 
 div.tab_border {
@@ -523,7 +527,6 @@ div.tab_border {
 a.tab_active, input.tab_active {
        border:0px;
        margin:0px;
-       width:100px;
        height:22px;
        font-family:arial,helvetica,sans-serif;
        background-color:#f0f0f0;
@@ -534,7 +537,6 @@ a.tab_active, input.tab_active {
 }
 
 a.tab_right, input.tab_right {
-       width:100px;
        height:20px;
        border:0px;
        margin:0px;
@@ -547,7 +549,6 @@ a.tab_right, input.tab_right {
 }
 
 a.tab_left, input.tab_left {
-       width:100px;
        height:20px;
        border:0px;
        margin:0px;
@@ -560,7 +561,6 @@ a.tab_left, input.tab_left {
 }
 
 a.tab_near_active, input.tab_near_active {
-       width:100px;
        height:20px;
        border:0px;
        margin:0px;