summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f0b144)
raw | patch | inline | side by side (parent: 9f0b144)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Oct 2006 17:15:37 +0000 (17:15 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 4 Oct 2006 17:15:37 +0000 (17:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4853 594d385d-05f5-0310-b6e9-bd551577e9d8
html/themes/default/style.css | patch | blob | history | |
include/class_tabs.inc | patch | blob | history |
index 755b7ea751334a7987e022b2f1ef774162d46725..37d40101bf3e5cb4f030908ef4e0181ff35b4208 100644 (file)
div.tab_active {
text-align:center;
height:25px;
- width:100px;
background-color:#f0f0f0;
border-style:solid;
border-color:black;
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;
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;
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;
border-right-width:1px;
margin-top:5px;
padding-top:1px;
+ padding-left:8px;
+ padding-right:8px;
}
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;
}
a.tab_right, input.tab_right {
- width:100px;
height:20px;
border:0px;
margin:0px;
}
a.tab_left, input.tab_left {
- width:100px;
height:20px;
border:0px;
margin:0px;
}
a.tab_near_active, input.tab_near_active {
- width:100px;
height:20px;
border:0px;
margin:0px;
diff --git a/include/class_tabs.inc b/include/class_tabs.inc
index caadc2c578c60c067b5b9422f76df0503cd645f5..864c7e87c3ccfdd59ab50cc18e88f6c9ef6733d0 100644 (file)
--- a/include/class_tabs.inc
+++ b/include/class_tabs.inc
}
/* Paint tab */
- $display.= "<td style=\"vertical-align:bottom; width:100px;\">";
+ $display.= "<td style=\"vertical-align:bottom;width:1px;\">";
/* Shorten string if its too long for the tab headers*/
$title= _($name);