Code

Updated style to fit with IE
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jul 2007 07:49:34 +0000 (07:49 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jul 2007 07:49:34 +0000 (07:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6770 594d385d-05f5-0310-b6e9-bd551577e9d8

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;
 }