summaryrefslogtreecommitdiff
path: root/views/default/css/elements/icons.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-10-23 01:49:29 +0200
committerfoockinho <foockinho@lorea.org>2012-10-23 01:49:29 +0200
commit771ba0de021f67de6dd6eb0a7916fe5e10dc679f (patch)
treedc8245acd80d21e5e62f3c326af182115465b0ff /views/default/css/elements/icons.php
parentf5232c50587a8c26ea7f3e3e8d5ce724b6b508bb (diff)
downloadsaravea_theme-771ba0de021f67de6dd6eb0a7916fe5e10dc679f.tar.gz
saravea_theme-771ba0de021f67de6dd6eb0a7916fe5e10dc679f.tar.bz2
Topbar without text.
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r--views/default/css/elements/icons.php10
1 files changed, 6 insertions, 4 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;
}