From dbff53b6d5dc992678c2cba1928e5bbe76bcca5f Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 11 Mar 2010 14:44:42 +0000 Subject: [PATCH] Updated themes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16466 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 16 +++++++++++----- gosa-core/ihtml/themes/modern/userFilter.tpl | 5 +---- gosa-core/include/class_sortableListing.inc | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 416f52f97..6534dd93a 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -889,22 +889,28 @@ div.mainlist-nav td.left-border{ /* Sortable Lists */ div.sortableListContainer { - border:1px solid #AAA; + border:1px solid #CCC; overflow:auto; margin-bottom:2px; + border-radius:2px; + -moz-border-radius:2px; + -webkit-border-radius:2px; } .sortableListContainer th { - background-color:#D8D8D8; - padding:3px; + background-color:#F5F5F5; + background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE)); + background: -moz-linear-gradient(top, #F8F8F8, #EEE); + padding:4px; text-align:left; - border-left:1px solid #AAA; + border-left:1px solid #CCC; + border-bottom:1px solid #CCC; } .sortableListContainer td { padding:3px; text-align:left; - border-left:1px solid #AAA; + border-left:1px solid #CCC; } tr.sortableListItem { diff --git a/gosa-core/ihtml/themes/modern/userFilter.tpl b/gosa-core/ihtml/themes/modern/userFilter.tpl index 66c6442eb..8825c40e2 100644 --- a/gosa-core/ihtml/themes/modern/userFilter.tpl +++ b/gosa-core/ihtml/themes/modern/userFilter.tpl @@ -1,8 +1,5 @@ -

{t}Filter editor{/t}

+

{t}List of defined filters{/t}

-
- -{t}List of configured filters{/t} {$list} diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index ec56d1215..55c3bbfe9 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -221,7 +221,7 @@ class sortableListing { // Do we need a header? if ($this->header) { $result.= " \n \n"; - $first= " style='border:0'"; + $first= " style='border-left:0'"; for ($i= 0; $i<$this->columns; $i++) { $link= "href='?plug=".$_GET['plug']."&PID=".$this->id."&act=SORT_$i'"; $sorter= ""; -- 2.30.2