[Mpuls-commits] r5707 - base/trunk/mpulsweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Dec 14 14:41:59 CET 2011
Author: torsten
Date: 2011-12-14 14:41:59 +0100 (Wed, 14 Dec 2011)
New Revision: 5707
Modified:
base/trunk/mpulsweb/public/styles/all.css
Log:
Rollback change. Reset width for td of class "label" to a fixed width of 12em.
Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css 2011-12-14 13:26:13 UTC (rev 5706)
+++ base/trunk/mpulsweb/public/styles/all.css 2011-12-14 13:41:59 UTC (rev 5707)
@@ -44,7 +44,7 @@
}
td.label {
-/*width: 8em;*/
+ width: 12em;
border-right: 1pt solid;
padding-right: 0.25em;
text-align: right;
@@ -84,7 +84,7 @@
table td.label {
vertical-align: top;
-/*width: 10em;*/
+ width: 12em;
border-right: 1pt solid;
padding-right: 0.25em;
text-align: right;
More information about the Mpuls-commits
mailing list