Code

Updated style to fit with IE
[gosa.git] / html / themes / default / style.css
index c63509f37dd0a9631fb158587e6593e7c967d7f6..6a6fba1bf42c6cf08ca1e283a5d3277554c687b8 100644 (file)
@@ -231,6 +231,7 @@ a.maintitlebar, div.maintitlebar {
        font-size:12px;
        text-align:center;
        vertical-align:middle;
+       cursor:pointer;
 }
 
 a.maintitlebar:hover {
@@ -267,6 +268,7 @@ p.menuitem {
        margin:2px;
        background-color:#dfffdf;
        padding-right:5px;
+       cursor:pointer;
 }
 
 p.menuitem:hover {
@@ -351,6 +353,10 @@ a.iconmenu:link {
        color:#00008f;
 }
 
+td.iconmenu {
+       cursor:pointer;
+}
+
 td.iconmenu:hover {
        background-color:#e0e0e0;
        cursor:pointer;
@@ -610,6 +616,7 @@ td.gosaLoginBack {
        width:606px;
        height:406px;
        background:url(images/login.png);
+       background-repeat:no-repeat;
        vertical-align:top;
 }