From: hickert Date: Tue, 30 Oct 2007 14:15:47 +0000 (+0000) Subject: Updated layer menu css X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c1cd71320c8d9ee25752e967f09922f582fb035b;p=gosa.git Updated layer menu css git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7692 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 1acd9097f..518684e9f 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -1423,16 +1423,16 @@ td.container_:hover,div.container_:hover { .khorbar { color: black; - background-color: #eeeee6; + background-color: #FFFFFF; border: 1px outset #666663; - + padding:2px; } .khorbaritem { float: left; white-space: nowrap; font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif; - font-size: 13px; + font-size: 12px; } .khorbaritem a { @@ -1452,7 +1452,7 @@ td.container_:hover,div.container_:hover { .khorbaritem a:hover { color: #000000; - background-color: #ffdd76; + background-color: #FFFFFF; text-decoration: none; } @@ -1463,7 +1463,6 @@ td.container_:hover,div.container_:hover { .kverbar { color: black; - background-color: #eeeee6; border: 1px outset #666663 } @@ -1484,15 +1483,17 @@ td.container_:hover,div.container_:hover { .subframe { position: relative; display: block; - background-color: #dcdad5; - border: 2px outset #cecac1; + background-color: #FFFFFF; + border: 1px outset #666663; + padding:2px; } .item { text-align: left; white-space: nowrap; font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif; - font-size: 13px; + font-size: 12px; + padding-top:2px; } .item a { @@ -1523,14 +1524,13 @@ td.container_:hover,div.container_:hover { position: relative; display: block; background-color: #f9f9f0; - border: 1px outset #666663 } .kitem { text-align: left; white-space: nowrap; font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif; - font-size: 13px; + font-size: 12px; } @@ -1577,5 +1577,3 @@ td.container_:hover,div.container_:hover { line-height: 0; } - - diff --git a/plugins/admin/systems/class_divListSystem.inc b/plugins/admin/systems/class_divListSystem.inc index 5704f7db0..71e0e9426 100644 --- a/plugins/admin/systems/class_divListSystem.inc +++ b/plugins/admin/systems/class_divListSystem.inc @@ -241,16 +241,17 @@ class divListSystem extends MultiSelectWindow } $s= ".|"._("Actions")."|\n"; - $s.= "..|"._("Create")."|\n"; - $s.= "...|"._("Terminal")."|\n"; - $s.= "...|"._("Workstation")."|\n"; - $s.= "...|"._("Server")."|\n"; - $s.= "...|"._("Phone")."|\n"; - $s.= "...|"._("Printer")."|\n"; - $s.= "...|"._("Component")."|\n"; - $s.= "..|"._("Remove all")."|\n"; - $s.= "..|"._("Copy all")."|\n"; - $s.= "..|"._("Cut all")."|\n"; + $s.= "..| "._("Create")."|\n"; + $s.= "...| "._("Terminal")."|\n"; + $s.= "...| "._("Workstation")."|\n"; + $s.= "...| "._("Server")."|\n"; + $s.= "...| "._("Phone")."|\n"; + $s.= "...| "._("Printer")."|\n"; + $s.= "...| "._("Component")."|\n"; + $s.= "..| "._("Remove all")."|\n"; + $s.= "..|---|\n"; + $s.= "..| "._("Copy all")."|\n"; + $s.= "..| "._("Cut all")."|\n"; $this->SetDropDownHeaderMenu($s); $this->SetListHeader($listhead);