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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 22 13:03:52 CEST 2010


Author: roland
Date: 2010-04-22 13:03:50 +0200 (Thu, 22 Apr 2010)
New Revision: 2480

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/public/styles/print.css
Log:
Wald issue #1430: improvements to printer friendly page

Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-04-22 10:18:53 UTC (rev 2479)
+++ wasko/branches/2.0/ChangeLog	2010-04-22 11:03:50 UTC (rev 2480)
@@ -7,27 +7,30 @@
 
 	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po:
 	* mpulsweb/templates/auth/logout.mako: Wald issue #1371: "WASKO" removed
-        from login page
+	from login page
 	* mpulsweb/templates/casemanagement/new.mako:
 	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po: Wald issue #1380: Typo in
-        language variable removed
+	language variable removed
 	* mpulsweb/public/styles/all.css: Wald issue #1429: wrong display
-        (vertical-align changed to "bottom")
+	(vertical-align changed to "bottom")
 	* mpulsweb/i18n/mpulsweb.pot:
 	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po:
 	* mpulsweb/controllers/privacy.py: Wald issue #1431: typo in language
-        variable removed
+	variable removed
 	* mpulsweb/i18n/mpulsweb.pot:
 	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po:
-	* mpulsweb/templates/casemanagement/caselist.mako: Wald issue #1423: inconsistent
-        tooltips in admin area
-	* mpulsweb/public/images/logos/valid-html401.png: added valid HTML icon from the
-        W3 consortium
+	* mpulsweb/templates/casemanagement/caselist.mako: Wald issue #1423:
+	inconsistent tooltips in admin area
+	* mpulsweb/public/images/logos/valid-html401.png: added valid HTML icon
+	from the W3 consortium
 	* mpulsweb/lib/renderer.py:
-	* mpulsweb/public/styles/all.css: Wald issue #1442: added a slight margin to checkboxes
+	* mpulsweb/public/styles/all.css: Wald issue #1442: added a slight margin to
+	checkboxes
 	* mpulsweb/i18n/mpulsweb.pot:
 	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po:
 	* mpulsweb/controllers/case.py: Wald issue #1424: Typo in dialog
+	* mpulsweb/public/styles/print.css: Wald issue #1430: improvements to
+	printer friendly page
 
 
 2010-04-21  Torsten Irländer <torsten.irlaender at intevation.de>

Modified: wasko/branches/2.0/mpulsweb/public/styles/print.css
===================================================================
--- wasko/branches/2.0/mpulsweb/public/styles/print.css	2010-04-22 10:18:53 UTC (rev 2479)
+++ wasko/branches/2.0/mpulsweb/public/styles/print.css	2010-04-22 11:03:50 UTC (rev 2480)
@@ -117,8 +117,9 @@
 
 fieldset {
 	page-break-inside:avoid;
-	clear:both;
-	float:none
+	clear:  both;
+	float:  none;
+        border: 1px solid #babdb6;
 }
 
 .print_menu_header {
@@ -141,3 +142,23 @@
 	background:#cfd1d1;
 }
 
+.formularpage input, select, textarea {
+        border-bottom:      1px solid black;
+        border-left-width:  0px;
+        border-right-width: 0px;
+        border-top-width:   0px;
+        color:              black;
+        background-color:   #eeeeec;
+}
+
+.widget, .dialog, span.warning{
+        display: none;
+}
+
+.formularpage .warning .error-message{
+        color:   #888a85;
+}
+
+td.header, th{
+        background-color:#d3d7cf;
+}
\ No newline at end of file



More information about the Mpuls-commits mailing list