From 11a70c8590fe5b7aca4d250782c7ee29bcba81d7 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 9 Jul 2007 07:49:34 +0000 Subject: [PATCH] Updated style to fit with IE git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6770 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; } -- 2.30.2