[Mpuls-commits] r2416 - in wasko/branches/2.0: . mpulsweb/public/styles

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 19 16:04:11 CEST 2010


Author: roland
Date: 2010-04-19 16:04:10 +0200 (Mon, 19 Apr 2010)
New Revision: 2416

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/public/styles/all.css
   wasko/branches/2.0/mpulsweb/public/styles/screen.css
Log:
Fixed Wald issue #1398: fixed description problems in the phase page

Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-04-19 13:54:56 UTC (rev 2415)
+++ wasko/branches/2.0/ChangeLog	2010-04-19 14:04:10 UTC (rev 2416)
@@ -1,5 +1,11 @@
 2010-04-19  Roland Geider <roland.geider at intevation.de>
 
+	* mpulsweb/public/styles/screen.css:
+	Fixed Wald issue #1398: fixed description problems in the phase page
+	* mpulsweb/public/styles/all.css: reduced table margins
+
+2010-04-19  Roland Geider <roland.geider at intevation.de>
+
 	* mpulsweb/templates/privacy/dialogs/missing_statement_body.mako:
 	Fixed Wald issue #1400: removed additional spaces in dialog
 

Modified: wasko/branches/2.0/mpulsweb/public/styles/all.css
===================================================================
--- wasko/branches/2.0/mpulsweb/public/styles/all.css	2010-04-19 13:54:56 UTC (rev 2415)
+++ wasko/branches/2.0/mpulsweb/public/styles/all.css	2010-04-19 14:04:10 UTC (rev 2416)
@@ -33,7 +33,7 @@
 	table-layout: fixed;	
 	text-align: left;
 	font-size:10pt;
-	margin:0.6em 0 1em 0;
+	margin:0.6em 0 0.3em 0;
 }
 
 tr.hl, td.hl, th.hl {

Modified: wasko/branches/2.0/mpulsweb/public/styles/screen.css
===================================================================
--- wasko/branches/2.0/mpulsweb/public/styles/screen.css	2010-04-19 13:54:56 UTC (rev 2415)
+++ wasko/branches/2.0/mpulsweb/public/styles/screen.css	2010-04-19 14:04:10 UTC (rev 2416)
@@ -476,7 +476,8 @@
 }
 
 .note {
-	font-size: 0.8em;
+	font-size:   0.8em;
+        font-weight: normal;
 }
 
 



More information about the Mpuls-commits mailing list