[Mpuls-commits] r289 - in wasko/trunk: . waskaweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 24 09:46:11 CET 2009


Author: torsten
Date: 2009-02-24 09:46:08 +0100 (Tue, 24 Feb 2009)
New Revision: 289

Modified:
   wasko/trunk/ChangeLog.txt
   wasko/trunk/waskaweb/public/styles/all.css
   wasko/trunk/waskaweb/public/styles/color3.css
   wasko/trunk/waskaweb/public/styles/screen.css
Log:
New style for radio-matrix



Modified: wasko/trunk/ChangeLog.txt
===================================================================
--- wasko/trunk/ChangeLog.txt	2009-02-23 16:15:20 UTC (rev 288)
+++ wasko/trunk/ChangeLog.txt	2009-02-24 08:46:08 UTC (rev 289)
@@ -1,3 +1,12 @@
+2009-02-24	Torsten Irlaender  <torsten.irlaender at intevation.de> 
+
+	New Styles for radio-matrix
+
+	* waskaweb/public/styles/all.css,
+	  waskaweb/public/styles/screen.css,
+	  waskaweb/public/styles/color3.css: New style for radio matrix. Fixed
+	  width of formular headers.
+
 2009-02-23	Sascha L. Teichmann <teichmann at intevation.de>
 
 	* waskaweb/model/casedocument.py: if getData is called with only one

Modified: wasko/trunk/waskaweb/public/styles/all.css
===================================================================
--- wasko/trunk/waskaweb/public/styles/all.css	2009-02-23 16:15:20 UTC (rev 288)
+++ wasko/trunk/waskaweb/public/styles/all.css	2009-02-24 08:46:08 UTC (rev 289)
@@ -110,6 +110,27 @@
 table#searchoptiontable { 
 	width: 30em;
 }
+
+.formed-radiomatrix-label {
+ 	text-align: left;
+ 	width: 15em;
+ }
+ 
+.formed-radiomatrix-data {
+	text-align: center;
+}
+
+td.formed-radiomatrix-legend {
+	height: 2.5em;
+	text-align: bottom;
+}
+
+span.formed-radiomatrix-legend {
+	font-size: 0.8em;
+	border-top:1px solid;
+}
+
+
 /*----------------------*/
 /* 2. Evaluation Formats*/
 /*----------------------*/

Modified: wasko/trunk/waskaweb/public/styles/color3.css
===================================================================
--- wasko/trunk/waskaweb/public/styles/color3.css	2009-02-23 16:15:20 UTC (rev 288)
+++ wasko/trunk/waskaweb/public/styles/color3.css	2009-02-24 08:46:08 UTC (rev 289)
@@ -127,6 +127,10 @@
 
 }
 
+.formed-radiomatrix th {
+	background:#d5d5d5; 
+}
+
 .dialog h1 {
 	/*color:#a5103b;*/
 }

Modified: wasko/trunk/waskaweb/public/styles/screen.css
===================================================================
--- wasko/trunk/waskaweb/public/styles/screen.css	2009-02-23 16:15:20 UTC (rev 288)
+++ wasko/trunk/waskaweb/public/styles/screen.css	2009-02-24 08:46:08 UTC (rev 289)
@@ -389,6 +389,7 @@
 
 div#content_ueberschrift {
 	float:left;	
+	width: 25em;
 	font-size:1.2em;
 	font-weight:bold;	
 	padding:0em 0 0 0;



More information about the Mpuls-commits mailing list