Hi,
find attached a small patch to apply on MenusPlugin/trunk to improve layout of
sub menus. It is not a giant leap, but a small step towards nicer CSS style of
sub menus. IMHO.
Regards
Torge
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.
Index: tracmenus/htdocs/css/tracmenus.css
===================================================================
--- tracmenus/htdocs/css/tracmenus.css (Revision 17018)
+++ tracmenus/htdocs/css/tracmenus.css (Arbeitskopie)
@@ -13,6 +13,7 @@
top: 100%;
left: 0;
z-index: 99;
+ margin-left: 100%;
}
.sf-menu > li {
float: left;
@@ -61,6 +62,7 @@
}
.sf-menu ul li {
background: #AABDE6;
+ width: 100%;
}
.sf-menu ul ul li {
background: #9AAEDB;