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;
.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;
}
}
.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;
}
height: 18px;
}
+.elgg-menu-item-logout a {
+ margin-top: 2px;
+ margin-left: 8px;
+ padding-top: 1px;
+}
+
+
/* ***************************************
SITE MENU
*************************************** */