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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 6 17:25:20 CEST 2011


Author: torsten
Date: 2011-04-06 17:25:19 +0200 (Wed, 06 Apr 2011)
New Revision: 4880

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/public/styles/screen.css
Log:
Fixed layout of pages if headers are displayed in two lines.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-04-06 14:47:51 UTC (rev 4879)
+++ base/trunk/ChangeLog	2011-04-06 15:25:19 UTC (rev 4880)
@@ -11,6 +11,8 @@
 	application logos.
 	* mpulsweb/public/styles/screen.css: Issue1771: Links with class
 	"button" now looks even more like regular formular-buttons.
+	* mpulsweb/public/styles/screen.css: Fixed layout of pages in case the
+	header is displayed in two lines.
 
 2011-04-05  Torsten Irlaender <torsten at intevation.de>
 

Modified: base/trunk/mpulsweb/public/styles/screen.css
===================================================================
--- base/trunk/mpulsweb/public/styles/screen.css	2011-04-06 14:47:51 UTC (rev 4879)
+++ base/trunk/mpulsweb/public/styles/screen.css	2011-04-06 15:25:19 UTC (rev 4880)
@@ -418,12 +418,12 @@
 
 div#content_header_small {
 	width:51.5em;
-	height:3em;
+	height:3.5em;
 }
 
 div#content_header_large {
 	width:auto;
-	height:3em;
+	height:3.5em;
 }
 
 



More information about the Mpuls-commits mailing list