summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b4f65c)
raw | patch | inline | side by side (parent: 1b4f65c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 May 2007 11:19:26 +0000 (11:19 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 May 2007 11:19:26 +0000 (11:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6420 594d385d-05f5-0310-b6e9-bd551577e9d8
html/themes/default/style.css | patch | blob | history | |
include/class_MultiSelectWindow.inc | patch | blob | history | |
include/class_tabs.inc | patch | blob | history |
index e0f7142afcf6032306beed2894a76e657b08af0a..d95c5ddd526cd23ad61e5a489258ae59d5544b18 100644 (file)
}
td.listheader {
- background:#E5E5E5;
+ background:#F0F0F0;
font-weight:bold;
- border-right:1px solid #C0C0C0;
- border-bottom: 1px solid #b0b0b0;
+ border-right:1px solid #AAA;
+ border-bottom: 1px solid #AAA;
padding:3px;
height:22px;
}
div.tab_active {
text-align:center;
- background-color:#f0f0f0;
+ background-color:#f8f8f8;
border-style:solid;
- border-color:black;
+ border-color:#999;
border-top-width:1px;
border-bottom-width:0px;
border-left-width:1px;
div.tab_left {
text-align:center;
- background-color:#c0c0c0;
+ background-color:#D0D0D0;
border-style:solid;
- border-color:black;
+ border-color:#999;
border-top-width:1px;
border-bottom-width:1px;
border-left-width:1px;
div.tab_right {
text-align:center;
- background-color:#c0c0c0;
+ background-color:#D0D0D0;
border-style:solid;
- border-color:black;
+ border-color:#999;
border-top-width:1px;
border-bottom-width:1px;
border-left-width:0px;
div.tab_near_active {
text-align:center;
- background-color:#c0c0c0;
+ background-color:#D0D0D0;
border-style:solid;
- border-color:black;
+ border-color:#999;
border-top-width:1px;
border-bottom-width:1px;
border-left-width:1px;
div.tab_border {
width:100%;
border-style:solid;
- border-color:black;
+ border-color:#999;
border-top-width:0px;
border-bottom-width:1px;
border-left-width:0px;
margin:0px;
height:22px;
font-family:arial,helvetica,sans-serif;
- background-color:#f0f0f0;
+ background-color:#f8f8f8;
text-decoration:none;
- color:#00348B;
+ color:#00008F;
font-size:13px;
font-weight:bold;
}
border:0px;
margin:0px;
font-family:arial,helvetica,sans-serif;
- background-color:#c0c0c0;
+ background-color:#D0D0D0;
text-decoration:none;
- color:#00348b;
+ color:#00008F;
font-size:13px;
font-weight:bold;
}
border:0px;
margin:0px;
font-family:arial,helvetica,sans-serif;
- background-color:#c0c0c0;
+ background-color:#D0D0D0;
text-decoration:none;
- color:#00348b;
+ color:#00008F;
font-size:13px;
font-weight:bold;
}
border:0px;
margin:0px;
font-family:arial,helvetica,sans-serif;
- background-color:#c0c0c0;
+ background-color:#D0D0D0;
text-decoration:none;
- color:#00348b;
+ color:#00008F;
font-size:13px;
font-weight:bold;
}
}
div.contentboxh {
- background-color:#e8e8e8;
- border:1px solid #b0b0b0;
+ background-color:#F0F0F0;
+ border:1px solid #AAA;
border-bottom-width:0px;
height:26px;
vertical-align:middle;
index 18d1558d46a595ba4d086b4f5d4181fbde5126a3..9aec3065250bb7bfea0b514db0804cb09ba554bc 100644 (file)
}
/* Create header with selected base */
- $listhead = "<div style='background:#F0F0F9;padding:5px;'>";
+ $listhead = "<div style='background:white;padding:5px;'>";
/* Draw root button */
if($enable_root){
diff --git a/include/class_tabs.inc b/include/class_tabs.inc
index 729a441d89e576a5cc511accdd7957eee3e1373d..0b850e4fb1d3728d14ae757459ab1f665466e420 100644 (file)
--- a/include/class_tabs.inc
+++ b/include/class_tabs.inc
$display= $this->gen_tabs();
/* Show object */
- $display.= "<table summary=\"\" cellpadding=4 cellspacing=0 border=0 style=\"width:100%; background-color:#F0F0F0; border-style:solid; border-color:black; border-top-width:0px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;\">\n";
+ $display.= "<table summary=\"\" cellpadding=4 cellspacing=0 border=0 style=\"width:100%; background-color:#F8F8F8; border-style:solid; border-color:#AAA; border-top-width:0px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;\">\n";
$display.= "<tr><td>\n";
$obj= $this->by_object[$this->current];