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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu May 12 16:02:15 CEST 2011


Author: torsten
Date: 2011-05-12 16:02:14 +0200 (Thu, 12 May 2011)
New Revision: 4966

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/public/styles/all.css
Log:
Issue2024: Align logo on login at the top of <td> elements


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-05-12 13:54:16 UTC (rev 4965)
+++ base/trunk/ChangeLog	2011-05-12 14:02:14 UTC (rev 4966)
@@ -1,3 +1,8 @@
+2011-05-12  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	* mpulsweb/public/styles/all.css: Issue2024: Added new style to align
+	logos on loginpage on the top.
+
 2011-05-11  Torsten Irländer <torsten.irlaender at intevation.de>
 
 	* mpulsweb/controllers/case.py: Issue2114: Fixed gettext call. Needs

Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css	2011-05-12 13:54:16 UTC (rev 4965)
+++ base/trunk/mpulsweb/public/styles/all.css	2011-05-12 14:02:14 UTC (rev 4966)
@@ -69,6 +69,10 @@
 	padding: 0.1em;
 }
 
+table.loginlogos td {
+	vertical-align: top;
+}
+
 table td.number_field {
 	text-align: right;
 }



More information about the Mpuls-commits mailing list