librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1706] more work on the menu


From: Matt Lee
Subject: [Librefm-commits] [1706] more work on the menu
Date: Mon, 18 May 2009 17:57:54 +0000

Revision: 1706
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1706
Author:   mattl
Date:     2009-05-18 17:57:54 +0000 (Mon, 18 May 2009)
Log Message:
-----------
more work on the menu

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/alpha.css
    trunk/nixtape/themes/librefm/templates/menu.tpl

Modified: trunk/nixtape/themes/librefm/alpha.css
===================================================================
--- trunk/nixtape/themes/librefm/alpha.css      2009-05-18 17:56:14 UTC (rev 
1705)
+++ trunk/nixtape/themes/librefm/alpha.css      2009-05-18 17:57:54 UTC (rev 
1706)
@@ -33,9 +33,9 @@
 
 #hd li a:hover{background-color: maroon; color: yellow;}
 
-#login a:link, #login a:visited { color: yellow !important; text-decoration: 
underline !important; }
+#hd li #login {font-weight: bold;}
 
-#hd li{ display: inline; text-transform: lowercase; margin-right: 20px;}
+#hd li{ display: inline; text-transform: lowercase; margin-right: 20px; 
border-rright: 1px solid #aaa;}
 
 #banner { height: 345px; position: relative;}
 

Modified: trunk/nixtape/themes/librefm/templates/menu.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/menu.tpl     2009-05-18 17:56:14 UTC 
(rev 1705)
+++ trunk/nixtape/themes/librefm/templates/menu.tpl     2009-05-18 17:57:54 UTC 
(rev 1706)
@@ -8,8 +8,8 @@
        {if $this_user->userlevel > 0}
        <li><a href="/admin.php">{t}Admin{/t}</a></li>
        {/if}
-       <li><a href="{$base_url}/login.php?action=logout">{t}Logout{/t}</a></li>
+       <li id="login"><a 
href="{$base_url}/login.php?action=logout">{t}Logout{/t}</a></li>
 {else}
-        <li><a 
href="{$base_url}/login.php?return={$this_page|urlencode|htmlentities}">{t}Login{/t}</a></li>
+        <li id="login"><a 
href="{$base_url}/login.php?return={$this_page|urlencode|htmlentities}">{t}Login{/t}</a></li>
 {/if}
 </ul>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]