From: cajus Date: Mon, 9 Jul 2007 07:49:34 +0000 (+0000) Subject: Updated style to fit with IE X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=11a70c8590fe5b7aca4d250782c7ee29bcba81d7;hp=12ee1c9311ae618a577517ae398a59b7e45d56df;p=gosa.git Updated style to fit with IE git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6770 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/themes/default/style.css b/html/themes/default/style.css index c63509f37..6a6fba1bf 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -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; }