summaryrefslogtreecommitdiff
path: root/themes/admin_default/css
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-02 18:00:22 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-02 18:00:22 -0700
commiteb5538d1357dade9e6e08d1b603033928944011c (patch)
treeee04f9be38a40f4125eafab5367bba6cf1b61164 /themes/admin_default/css
parent1a5fe42b555d51d22bde1521100a31d2b434486b (diff)
parenta633c134b754305eaa611c5d67af4ca7c79beafe (diff)
Merge branch 'master' of git@github.com:/gallery/gallery3
Conflicts: modules/server_add/controllers/admin_server_add.php
Diffstat (limited to 'themes/admin_default/css')
-rw-r--r--themes/admin_default/css/screen.css15
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;
}