Code

Updated themes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 14:44:42 +0000 (14:44 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 14:44:42 +0000 (14:44 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16466 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css
gosa-core/ihtml/themes/modern/userFilter.tpl
gosa-core/include/class_sortableListing.inc

index 416f52f973e92c42e434bf79d8db1a1be0feee57..6534dd93a31dc3760001461bf07b515153311b61 100644 (file)
@@ -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 {
index 66c6442ebd8f5238e94b680011da3fee3ff10508..8825c40e2a89a9d2ac19768ccdf9eac79088cb8a 100644 (file)
@@ -1,8 +1,5 @@
-<h3>{t}Filter editor{/t}</h3>
+<h3>{t}List of defined filters{/t}</h3>
 
-<hr>
-
-{t}List of configured filters{/t}
 {$list}
 <button type='submit' name='addFilter'>{msgPool type='addButton'}</button>
 
index ec56d1215d10848f9a1ee2fb4716b9cca07aefc0..55c3bbfe9bc5617b76eabbc41a0c9de330ad8334 100644 (file)
@@ -221,7 +221,7 @@ class sortableListing {
     // Do we need a header?
     if ($this->header) {
       $result.= " <thead>\n  <tr>\n";
-      $first= " style='border:0'";
+      $first= " style='border-left:0'";
       for ($i= 0; $i<$this->columns; $i++) {
         $link= "href='?plug=".$_GET['plug']."&amp;PID=".$this->id."&amp;act=SORT_$i'";
         $sorter= "";