[Mpuls-commits] r4154 - base/trunk/mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 10 16:43:32 CET 2010


Author: torsten
Date: 2010-11-10 16:43:30 +0100 (Wed, 10 Nov 2010)
New Revision: 4154

Modified:
   base/trunk/mpulsweb/public/styles/screen.css
Log:
* mpulsweb/public/styles/screen.css: Workaround for issue1378: Height
of navipath is now set automatically and can grow dependig of its
content. Currently this might have the effect that the navipath
overlaps other parts of the application.


Modified: base/trunk/mpulsweb/public/styles/screen.css
===================================================================
--- base/trunk/mpulsweb/public/styles/screen.css	2010-11-10 15:18:39 UTC (rev 4153)
+++ base/trunk/mpulsweb/public/styles/screen.css	2010-11-10 15:43:30 UTC (rev 4154)
@@ -236,7 +236,7 @@
 }
 
 div#navipath{
-	height:1.5em;
+	height:auto;
 	font-size: 0.8em;
 	padding: 0em 0.8em 0.3em 0.3em;
 	margin-bottom:0.4em;



More information about the Mpuls-commits mailing list