[Mpuls-commits] r5701 - base/trunk/mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Dec 13 09:42:58 CET 2011


Author: bricks
Date: 2011-12-13 09:42:58 +0100 (Tue, 13 Dec 2011)
New Revision: 5701

Modified:
   base/trunk/mpulsweb/public/styles/all.css
Log:
Let the browser calculate the size of the table cell

It seems that these values are only considered for the case summary.
But the case summary contains a longer text in the mpuls_S foerderer part
that is wrapped with the set width. A bigger width is not optimal for the
mpuls_S stipendien part. Thus remove the width setting and let the brower
calculate the size itself.


Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css	2011-12-08 09:29:31 UTC (rev 5700)
+++ base/trunk/mpulsweb/public/styles/all.css	2011-12-13 08:42:58 UTC (rev 5701)
@@ -44,7 +44,7 @@
 }
 
 td.label {
-	width: 8em;
+/*width: 8em;*/
 	border-right: 1pt solid;
 	padding-right: 0.25em;
 	text-align: right;
@@ -84,7 +84,7 @@
 
 table td.label {
 	vertical-align: top;
-	width: 9.3em;
+/*width: 10em;*/
 	border-right: 1pt solid;
 	padding-right: 0.25em;
 	text-align: right;



More information about the Mpuls-commits mailing list