]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
Topbar without text.
authorfoockinho <foockinho@lorea.org>
Mon, 22 Oct 2012 23:49:29 +0000 (01:49 +0200)
committerfoockinho <foockinho@lorea.org>
Mon, 22 Oct 2012 23:49:29 +0000 (01:49 +0200)
views/default/css/elements/icons.php
views/default/css/elements/navigation.php

index c1cf93771bc1a900036f3e3763012b8c31c56da5..ba62a66ae348dbaf491b0a159c3aefe6c2753c53 100644 (file)
@@ -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;
 .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;
 }
 
 
index 0b19efe51aae5f78e6ba2f4dbafcd77b8f708139..1b08c53058c3e6dd107a8f3cb720056a1cf8e938 100644 (file)
 }
 
 .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
 *************************************** */