Am 27.12.2017 um 17:43 schrieb Torge Riedel:
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

Uhm, shit. Attached buggy version. Now I attached the correct version of the 
patch. Sorry.

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 trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
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: 10px;
 }
 .sf-menu > li {
   float: left;
@@ -61,6 +62,7 @@
 }
 .sf-menu ul li {
   background: #AABDE6;
+  width: 100%;
 }
 .sf-menu ul ul li {
   background: #9AAEDB;

Reply via email to