[Mpuls-commits] r4949 - in base/trunk: . mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue May 10 16:06:02 CEST 2011


Author: torsten
Date: 2011-05-10 16:06:00 +0200 (Tue, 10 May 2011)
New Revision: 4949

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/public/styles/menu.css
Log:
Issue2116: Changed layout of mainMenue entries.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-05-09 14:41:25 UTC (rev 4948)
+++ base/trunk/ChangeLog	2011-05-10 14:06:00 UTC (rev 4949)
@@ -1,3 +1,8 @@
+2011-05-10  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	* mpulsweb/public/styles/menu.css: Issue2116: Changed layout of
+	mainMenue entries.
+
 2011-05-09  Torsten Irländer <torsten.irlaender at intevation.de>
 
 	* mpulsweb/templates/info/info.mako: Added developers to infopage

Modified: base/trunk/mpulsweb/public/styles/menu.css
===================================================================
--- base/trunk/mpulsweb/public/styles/menu.css	2011-05-09 14:41:25 UTC (rev 4948)
+++ base/trunk/mpulsweb/public/styles/menu.css	2011-05-10 14:06:00 UTC (rev 4949)
@@ -22,7 +22,8 @@
     background-repeat:   no-repeat;
 }
 ul.mainMenu li {
-    height:          20px;
+    height:          auto;
+    padding:	     0.1em 0;
     list-style-type: none;
     margin:          0px;         /* Opera 7 puts large spacings between li elements */
     position:        relative;    /* makes the menu blocks be positioned relative to their parent menu item



More information about the Mpuls-commits mailing list