[Mpuls-commits] r3555 - in base/trunk: . mpulsweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 8 10:15:59 CEST 2010
Author: roland
Date: 2010-09-08 10:15:58 +0200 (Wed, 08 Sep 2010)
New Revision: 3555
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/public/styles/print.css
Log:
Issue1006: correctly represent repeat groups in print preview
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-09-08 07:58:20 UTC (rev 3554)
+++ base/trunk/ChangeLog 2010-09-08 08:15:58 UTC (rev 3555)
@@ -1,3 +1,8 @@
+2010-09-08 Roland Geider <roland.geider at intevation.de>
+
+ * mpulsweb/public/styles/print.css: Issue1006: correctly represent
+ repeat groups while in the print preview
+
2010-09-08 Torsten Irländer <torsten.irlaender at intevation.de>
* mpulsweb/model/case.py (MpulsCaseFactory.loadById): Issue1112: Init
Modified: base/trunk/mpulsweb/public/styles/print.css
===================================================================
--- base/trunk/mpulsweb/public/styles/print.css 2010-09-08 07:58:20 UTC (rev 3554)
+++ base/trunk/mpulsweb/public/styles/print.css 2010-09-08 08:15:58 UTC (rev 3555)
@@ -115,6 +115,10 @@
/*border-bottom:0.5pt solid;*/
}
+td.actions, th.actions {
+ display: none;
+}
+
fieldset {
page-break-inside:avoid;
clear: both;
More information about the Mpuls-commits
mailing list