diff options
author | foockinho <foockinho@lorea.org> | 2012-10-23 01:49:29 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-10-23 01:49:29 +0200 |
commit | 771ba0de021f67de6dd6eb0a7916fe5e10dc679f (patch) | |
tree | dc8245acd80d21e5e62f3c326af182115465b0ff /views/default | |
parent | f5232c50587a8c26ea7f3e3e8d5ce724b6b508bb (diff) | |
download | saravea_theme-771ba0de021f67de6dd6eb0a7916fe5e10dc679f.tar.gz saravea_theme-771ba0de021f67de6dd6eb0a7916fe5e10dc679f.tar.bz2 |
Topbar without text.
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css/elements/icons.php | 10 | ||||
-rw-r--r-- | views/default/css/elements/navigation.php | 14 |
2 files changed, 17 insertions, 7 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index c1cf937..ba62a66 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -12,7 +12,7 @@ ICONS *************************************** */ -.elgg-icon { +.elgg-icon, .elgg-menu-item-logout a { background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; @@ -275,9 +275,11 @@ .elgg-icon-video { background-position: 0 -1512px; } -.elgg-icon-logout { - background: transparent url(<?php echo elgg_get_site_url(); ?>mod/_graphics/usernavicons.png) no-repeat left; - background-position: 0 0; +.elgg-icon-logout, .elgg-menu-item-logout a { + background-position: 0 -1525px; +} +.elgg-icon-logout:hover, .elgg-menu-item-logout:hover a { + background-position: 0 -1542px; } diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index 0b19efe..1b08c53 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -161,13 +161,14 @@ } .elgg-menu-topbar > li > a { - padding: 2px 15px 0; - color: #eee; + padding: 2px 7px 0; margin-top: 1px; + font-size: 0px; + color: #333; } .elgg-menu-topbar > li > a:hover { - color: #ff4c12; + color: #333; text-decoration: none; } @@ -192,6 +193,13 @@ height: 18px; } +.elgg-menu-item-logout a { + margin-top: 2px; + margin-left: 8px; + padding-top: 1px; +} + + /* *************************************** SITE MENU *************************************** */ |