Code

Fixed gradient
[gosa.git] / gosa-core / html / themes / modern / style.css
index 4304e81f47c429709e6ad6943c4d8f51a7696afc..2d121d5eab3ea5664fb6251a91b35f74eec026f6 100644 (file)
@@ -90,6 +90,7 @@ input[type=submit].img{
   border:0;
   padding:0;
   margin:0;
+  margin-top:-2px;
   display:inline-block;
   display:-moz-inline-block;
   background-color:transparent;
@@ -408,9 +409,9 @@ button:focus, .button:active {
   -webkit-border-top-left-radius:5px;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
-  background-color:#F8F8F8;
-  background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8), to(#EEE));
-  background: -moz-linear-gradient(top, #F8F8F8, #EEE);
+  background-color:#E8E8E8;
+  background: -webkit-gradient(linear, 0 0, 0 100%, from(#D8D8D8), to(#CCC));
+  background: -moz-linear-gradient(top, #D8D8D8, #CCC);
   color:#333;
   cursor:pointer;
 }
@@ -765,7 +766,7 @@ div.listContainer {
 }
 
 .listScrollContent td div.img {
-  padding-right:1px;
+  margin-right:1px;
 }
 
 .listScrollContent td input[type=submit].img {
@@ -839,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 */
 
@@ -1091,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, #EEE);
 }                             
 
 #pulldown ul {
@@ -1171,3 +1167,12 @@ font-weight:normal;
 background-color:#418DD4;                                      
 background-image:none;                                         
 }                       
+
+
+/* Filter */
+
+div.filter {
+  border:1px solid blue;
+}
+
+