Code

Fixed phone list
[gosa.git] / html / themes / default / style.css
index e9ee6e40434e06dc30a22a20fbb4f56d3e848f37..2204b787efc9577dd9971fc2416179d28074acc9 100644 (file)
@@ -7,6 +7,13 @@ tr.listrow {
        background:#EAEAEA;
 }
 
+tr.rowxp {
+}
+
+tr.rowxp:hover {
+       background-color:#D8D8D8;
+}
+
 td.listheader {
        background:#E5E5E5;
        font-weight:bold;
@@ -26,6 +33,12 @@ td.scrollbody {
        padding:0px;
 }
 
+div.scrollbody {
+       background-color:#ffffff;
+       overflow:auto;
+       text-align:left;
+}
+
 td.listheader#icon {
        width:20px;
 }
@@ -45,15 +58,15 @@ td.listheader#properties7 {
        width:136px;
 }
 
-td.listheader#8properties {
+td.listheader#properties8 {
        width:152px;
 }
 
-td.listheader#9properties {
+td.listheader#properties9 {
        width:168px;
 }
 
-td.listheader#10properties {
+td.listheader#properties10 {
        width:186px;
 }
 
@@ -68,8 +81,16 @@ td.listheader#scrollbar {
        border-right:0px;
 }
 
+tr.rowxp0 {
+       background:white;
+}
+
+tr.rowxp0:hover {
+       background-color:#D8D8D8;
+}
+
 td.list0 {
-       background:#F0F0F0;
+       background:transparent;
        border-right:1px solid #C0C0C0;
        padding:3px;
        height:22px;
@@ -113,7 +134,22 @@ td.list0#actions {
        text-align:right;
 }
 
+tr.rowxp1 {
+       background:#F0F0F0;
+}
+
+tr.rowxp1:hover {
+       background-color:#D8D8D8;
+}
+
 td.list1 {
+       background:transparent;
+       border-right:1px solid #C0C0C0;
+       padding:3px;
+       height:22px;
+}
+
+td.list1nohighlight {
        background:white;
        border-right:1px solid #C0C0C0;
        padding:3px;
@@ -215,7 +251,7 @@ p.menuheader {
        width:100%;
        vertical-align:middle;
        padding:3px;
-       margin-top:30px;
+       margin-top:20px;
 }
 
 p.menuitem {
@@ -253,6 +289,12 @@ table.menuitem:hover {
 
 td.phonelist:hover {
        background-color:#d2d2d2;
+       border-right:1px solid #B0B0B0;
+       border-bottom:1px solid #B0B0B0;
+}
+
+td.phonelist {
+       border-right:1px solid #B0B0B0;
 }
 
 h1.menuheader {
@@ -594,6 +636,29 @@ p.gosaLoginWarning {
        font-size:12px;
 }
 
+/* Account Expired screen */
+td.gosaAccountExpiredBack {
+  width:550px;
+  height:300px;
+  background:url(images/accountexpired.png);
+  vertical-align:top;
+}
+
+div.gosaAccountExpiredBack {
+  padding-top:40px;
+  margin-left:90px;
+  margin-right:50px;
+  padding-bottom:0px;
+  vertical-align:top;
+}
+
+p.gosaAccountExpiredHeader {
+  text-align:left;
+  font-size:14px;
+  font-weight:bold;
+  margin-bottom:15px;
+} 
+
 table.framework {
        width:100%;
        height:100%;
@@ -699,3 +764,12 @@ input.menubar{
        padding:0px;
        width:100%;
 }
+
+td.tbhead {
+       border-right:1px solid #B0B0B0;
+       border-bottom:1px solid #B0B0B0;
+}
+
+td.tbrhead {
+       border-bottom:1px solid #B0B0B0;
+}