Code

Added list footer to divlist class.
[gosa.git] / html / themes / default / style.css
index c63509f37dd0a9631fb158587e6593e7c967d7f6..40e739a2111d7b898bce55708251943c46c93d57 100644 (file)
@@ -23,6 +23,13 @@ td.listheader {
        height:22px;
 }
 
+td.listfooter {
+       background:#E5E5E5;
+       border-top:1px solid #C0C0C0;
+       padding:3px;
+       height:16px;
+}
+
 td.scrollhead {
        vertical-align:top;
        padding:0px;
@@ -231,6 +238,7 @@ a.maintitlebar, div.maintitlebar {
        font-size:12px;
        text-align:center;
        vertical-align:middle;
+       cursor:pointer;
 }
 
 a.maintitlebar:hover {
@@ -267,6 +275,7 @@ p.menuitem {
        margin:2px;
        background-color:#dfffdf;
        padding-right:5px;
+       cursor:pointer;
 }
 
 p.menuitem:hover {
@@ -351,6 +360,10 @@ a.iconmenu:link {
        color:#00008f;
 }
 
+td.iconmenu {
+       cursor:pointer;
+}
+
 td.iconmenu:hover {
        background-color:#e0e0e0;
        cursor:pointer;
@@ -466,6 +479,13 @@ div.tab_active {
        padding-right:8px;
 }
 
+div#notify {
+       background-image: url("../../images/lamp.png");
+       background-repeat:no-repeat;
+       background-position:1px 1px;
+       padding-left:18px;
+}
+
 div.tab_left {
        text-align:center;
        height:20px;
@@ -530,7 +550,6 @@ a.tab_active, input.tab_active {
        margin:0px;
        height:22px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#f0f0f0;
        text-decoration:none;
        color:#00348B;
        font-size:13px;
@@ -542,7 +561,6 @@ a.tab_right, input.tab_right {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
        text-decoration:none;
        color:#00348b;
        font-size:13px;
@@ -554,7 +572,6 @@ a.tab_left, input.tab_left {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
        text-decoration:none;
        color:#00348b;
        font-size:13px;
@@ -566,7 +583,6 @@ a.tab_near_active, input.tab_near_active {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
        text-decoration:none;
        color:#00348b;
        font-size:13px;
@@ -610,6 +626,7 @@ td.gosaLoginBack {
        width:606px;
        height:406px;
        background:url(images/login.png);
+       background-repeat:no-repeat;
        vertical-align:top;
 }