From 8d27b5c4110786920efbda6af84efa2c59714676 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 1 Mar 2010 17:14:50 +0000 Subject: [PATCH] Fixed grey border top git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15820 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 84 +-------------------- gosa-core/plugins/admin/users/user-list.tpl | 2 +- 2 files changed, 2 insertions(+), 84 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index fd0e4f46c..45e271f8e 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -91,9 +91,6 @@ button.img{ margin:0; padding:2px; } -button.img div.img { - border:0; -} div.img{ background-color:transparent; @@ -432,74 +429,6 @@ button:focus, .button:active { } -/* Fieldsets */ - -fieldset { - border:0; - padding:4px; - margin:0; -} - -fieldset legend{ - text-align:left; - padding:0px 0px; - margin-left:0px; - font-weight:bold; -} - -fieldset label{ - width:8em; - float:left; - text-align:left; - clear:left; - padding-top:3px; - margin-top:3px; -} - -fieldset input[type=text], fieldset select{ - float:left; - width:10em; - margin-top:3px; -} - -fieldset input[type=checkbox]{ - clear:left; - float:left; - margin-top:1px; - margin-left:0; -} - -fieldset select{ - margin-top:5px; -} - -fieldset textarea{ - width:100%; - resize:none; - border:1px solid #CCC; -} - -fieldset textarea:hover{ - border-color:#777; -} - -.fieldset-left { - padding-right:10px; - border-right:1px solid #CCC; - height:100%; -} - -.fieldset-middle { - padding:0 10px; - border-right:1px solid #CCC; - height:100%; -} - -.fieldset-right { - padding:0 10px; - height:100%; -} - /* Containers */ .container{ @@ -521,12 +450,6 @@ fieldset textarea:hover{ clear:both; } -.line-clear{ - clear:both; - padding:2px 0; - border-bottom:1px solid #CCC; -} - /* Icon menu */ @@ -892,7 +815,7 @@ div.nlistFooter { margin:4px; } -.mainlist-header div{ +.mainlist-header div.mainlist-nav{ border-top:1px solid #CCC; background-color:white; } @@ -1026,11 +949,6 @@ a.treeList:hover,a.treeListSelected:hover { padding:2px; } -ul.treeList div.img { - border:0; - margin-top:1px; -} - ul.treeList a { padding:2px; cursor:pointer; diff --git a/gosa-core/plugins/admin/users/user-list.tpl b/gosa-core/plugins/admin/users/user-list.tpl index 08a907def..e3a6438e5 100644 --- a/gosa-core/plugins/admin/users/user-list.tpl +++ b/gosa-core/plugins/admin/users/user-list.tpl @@ -4,7 +4,7 @@

{$HEADLINE} {$SIZELIMIT}

-
+
-- 2.30.2
{$ROOT} {$BACK} {$HOME} {$RELOAD} {$SEPARATOR} {t}Base{/t} {$BASE} {$SEPARATOR}  {$ACTIONS}