[Mpuls-commits] r361 - in wasko/trunk: . waskaweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 11 12:04:59 CET 2009


Author: torsten
Date: 2009-03-11 12:04:40 +0100 (Wed, 11 Mar 2009)
New Revision: 361

Modified:
   wasko/trunk/ChangeLog.txt
   wasko/trunk/waskaweb/public/styles/all.css
Log:
Fixed layout of legend under radiomatrix elements


Modified: wasko/trunk/ChangeLog.txt
===================================================================
--- wasko/trunk/ChangeLog.txt	2009-03-11 10:56:48 UTC (rev 360)
+++ wasko/trunk/ChangeLog.txt	2009-03-11 11:04:40 UTC (rev 361)
@@ -27,6 +27,11 @@
 	  waskaweb/templates/casemanagement/caselist.mako: hasRole expects a
 	  list as parameter and not a string.
 
+	Fixed rendering of legend under radiomatrix elements.
+
+	* waskaweb/public/styles/all.css: Changed layout. Top border does not
+	break anymore when legend is a moreliner.
+
 2009-03-10	Sascha L. Teichmann	<teichmann at intevation.de>
 
 	* waskaweb/lib/xmlhelper.py: Replaced usage of datetime.strptime() 

Modified: wasko/trunk/waskaweb/public/styles/all.css
===================================================================
--- wasko/trunk/waskaweb/public/styles/all.css	2009-03-11 10:56:48 UTC (rev 360)
+++ wasko/trunk/waskaweb/public/styles/all.css	2009-03-11 11:04:40 UTC (rev 361)
@@ -129,11 +129,11 @@
 td.formed-radiomatrix-legend {
 	height: 2.5em;
 	text-align: bottom;
+	border-top:1px solid;
 }
 
 span.formed-radiomatrix-legend {
 	font-size: 0.8em;
-	border-top:1px solid;
 }
 
 



More information about the Mpuls-commits mailing list