diff options
Diffstat (limited to 'themes/admin_default/css/screen.css')
-rw-r--r-- | themes/admin_default/css/screen.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index f4173d4b..e68620a5 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -101,19 +101,22 @@ #gHeader #gLogo { float: left; margin: -22px 10px 0 0; + display: block; + padding-left: 2px; + width: 105px; /* 107px - padding-left */ + height: 48px; + background-image: url('../../default/images/logo.png'); + color: #A5A5A5 ! important; } - -.rtl #gHeader #gLogo { - float: left; +#gHeader #gLogo:hover { + color: #FF6600 ! important; + text-decoration: none; } #gHeader #gLoginMenu { float: none; margin: 0; padding: 5px 0 10px 0; -} - -#gHeader #gLoginMenu { text-align: right; } |