]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3866 added CSS for entity menu in admin theme
authorcash <cash.costello@gmail.com>
Tue, 4 Oct 2011 02:13:38 +0000 (22:13 -0400)
committercash <cash.costello@gmail.com>
Tue, 4 Oct 2011 02:13:38 +0000 (22:13 -0400)
views/default/css/admin.php

index c032ee3fc10318d8afacefe011cffa1e19a9483b..7efdf4249f456723e16e1f08a1cd874cf31a9826 100644 (file)
@@ -761,6 +761,32 @@ a.elgg-button {
        background-color: red;
 }
 
+/* ***************************************
+       ENTITY MENU
+*************************************** */
+<?php // height depends on line height/font size ?>
+.elgg-menu-entity, elgg-menu-annotation {
+       float: right;
+       margin-left: 15px;
+       font-size: 90%;
+       color: #666;
+       line-height: 16px;
+       height: 16px;
+}
+.elgg-menu-entity > li, .elgg-menu-annotation > li {
+       margin-left: 15px;
+}
+.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
+       color: #aaa;
+}
+<?php // need to override .elgg-menu-hz ?>
+.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
+       display: block;
+}
+.elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {
+       vertical-align: baseline;
+}
+
 /* ***************************************
        MORE MENUS
 *************************************** */