[Mpuls-commits] r2306 - in wasko/branches/2.0: . mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 12 09:55:52 CEST 2010


Author: roland
Date: 2010-04-12 09:55:50 +0200 (Mon, 12 Apr 2010)
New Revision: 2306

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/public/styles/all.css
Log:
Set vertical align of radiomatrix

Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-04-12 07:35:37 UTC (rev 2305)
+++ wasko/branches/2.0/ChangeLog	2010-04-12 07:55:50 UTC (rev 2306)
@@ -1,5 +1,10 @@
 2010-04-12  Roland Geider <roland.geider at intevation.de>
 	
+        * mpulsweb/public/styles/all.css: Set the vertical alignment of
+        radiomatrixes to middle
+
+2010-04-12  Roland Geider <roland.geider at intevation.de>
+	
         Many design improvements
 
 	* mpulsweb/lib/renderer.py:

Modified: wasko/branches/2.0/mpulsweb/public/styles/all.css
===================================================================
--- wasko/branches/2.0/mpulsweb/public/styles/all.css	2010-04-12 07:35:37 UTC (rev 2305)
+++ wasko/branches/2.0/mpulsweb/public/styles/all.css	2010-04-12 07:55:50 UTC (rev 2306)
@@ -271,6 +271,7 @@
 
 .formularpage .radiomatrix td, .formularpage .radiomatrix th {
 	text-align: center;
+        vertical-align: middle;
 }
 
 .formularpage .radiomatrix .label {



More information about the Mpuls-commits mailing list