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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu May 19 14:49:40 CEST 2011


Author: roland
Date: 2011-05-19 14:49:38 +0200 (Thu, 19 May 2011)
New Revision: 4979

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/public/styles/all.css
Log:
issue1705: change the vertical-align of form elements

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-05-19 10:52:32 UTC (rev 4978)
+++ base/trunk/ChangeLog	2011-05-19 12:49:38 UTC (rev 4979)
@@ -1,3 +1,8 @@
+2011-05-19  Roland Geider  <roland.geider at intevation.de>
+
+	* mpulsweb/public/styles/all.css: issue1705: change the vertical-align
+	  of form elements
+
 2011-05-19  Torsten Irländer <torsten.irlaender at intevation.de>
 
 	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po: Issue1865: Changed phrase

Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css	2011-05-19 10:52:32 UTC (rev 4978)
+++ base/trunk/mpulsweb/public/styles/all.css	2011-05-19 12:49:38 UTC (rev 4979)
@@ -65,7 +65,7 @@
 }
 
 table td {
-	vertical-align: bottom;
+	vertical-align: top;
 	padding: 0.1em;
 }
 



More information about the Mpuls-commits mailing list