]> git.parisson.com Git - telemeta.git/commitdiff
fix menus
authoryomguy <yomguy@parisson.com>
Tue, 31 Jan 2012 16:41:38 +0000 (17:41 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 31 Jan 2012 16:41:38 +0000 (17:41 +0100)
telemeta/htdocs/css/telemeta.css
telemeta/templates/telemeta/base.html

index dabca0cc43ce258ba1458b2979ad2cc63890d9f2..517a99664404342d12b776e162cb5191111c3931 100644 (file)
@@ -540,6 +540,11 @@ color:#FFF;
     border-top-right-radius: 0px 0px;
     border-bottom-width: 0px;
 }
+    
+#nav ul a:hover {
+    background-color: #FFF ;
+    color: #6a0307 ;
+}
 
 
 /* Footer (borrowed from Trac) */
index c15035ace49c58f3fb464227f7e88e1597da02a0..952f95d2ad26a8083adc8ca4a08d2614e842b422 100644 (file)
  <li><a href="{% url telemeta-users %}" class="red">{% trans "Users" %}</a></li>
  {% endif %}
  {% if user.is_staff %}
- <li><a href="{% url telemeta-admin %}" class="violet">{% trans "Admin" %}</a>
+ <li><a href="#admin#" class="violet">{% trans "Admin" %}</a>
  <ul>
  <li><a href="{% url telemeta-admin-general %}">{% trans "General" %}</a></li>
  <li><a href="{% url telemeta-admin-enumerations %}">{% trans "Enumerations" %}</a></li>
  <li><a href="{% url telemeta-instrument-edit %}">{% trans "Instruments" %}</a></li>
  </ul>
+ <div class="clear"></div>
  </li>
 {% endif %}
 </ul>