From 84024f4f28f947a382087cb6bb8e09174b343949 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 2 Mar 2010 17:16:54 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15866 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 33 +++++++++------------ gosa-core/plugins/admin/users/user-list.tpl | 3 +- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index ff035a064..88de78ade 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -840,27 +840,21 @@ div.nlistFooter { background-color:white; } -ul.mainlist-header-nav { - list-style:none; - cursor:pointer; - padding:0; - margin:0; - color:#666; +div.mainlist-nav table{ + border-collapse:collapse; } -ul.mainlist-header-nav li { - display:inline; - padding:5px; - padding-top:8px; - height:19px; +div.mainlist-nav td div.img{ + margin-top:-2px; } -ul.mainlist-header-nav li:hover { - background-color: #E0E0E0; - background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0)); - background: -moz-linear-gradient(top, #EEE, #E0E0E0); +div.mainlist-nav td{ + padding:3px 5px; } +div.mainlist-nav td.left-border{ + padding-left:5px; +} /* Sortable Lists */ @@ -1092,11 +1086,12 @@ background-color:#F0F0F0; /* Pulldown menu */ #pulldown { -background:#FFF; +display:inline-block; +background-color:#FFF; height:23px; -border:1px #CCC solid; -background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE)); -background: -moz-linear-gradient(top, #F8F8F8, #EEE); +border:1px solid #CCC; +background:-webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE)); +background:-moz-linear-gradient(top, #F8F8F8, #EFE); } #pulldown ul { diff --git a/gosa-core/plugins/admin/users/user-list.tpl b/gosa-core/plugins/admin/users/user-list.tpl index 009710dff..b1c5e38aa 100644 --- a/gosa-core/plugins/admin/users/user-list.tpl +++ b/gosa-core/plugins/admin/users/user-list.tpl @@ -7,8 +7,9 @@
- + +
{$ROOT} {$BACK} {$HOME} {$RELOAD} {$SEPARATOR} {t}Base{/t} {$BASE} {$SEPARATOR}  {$ACTIONS}{$ROOT}{$BACK}{$HOME}{$RELOAD}{t}Base{/t} {$BASE}{$ACTIONS}
-- 2.30.2