[Mpuls-commits] r5415 - base/trunk/mpulsweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 7 10:26:56 CEST 2011
Author: ludwig
Date: 2011-10-07 10:26:55 +0200 (Fri, 07 Oct 2011)
New Revision: 5415
Modified:
base/trunk/mpulsweb/public/styles/print.css
Log:
Issue 2188: Changed the print layout, so that textfield look all the same.
Modified: base/trunk/mpulsweb/public/styles/print.css
===================================================================
--- base/trunk/mpulsweb/public/styles/print.css 2011-10-06 19:18:52 UTC (rev 5414)
+++ base/trunk/mpulsweb/public/styles/print.css 2011-10-07 08:26:55 UTC (rev 5415)
@@ -12,6 +12,14 @@
padding-bottom:2pt;
}
+.formularpage
+p.readonly {
+ background-color: #EEEEEC;
+ border-bottom:1px solid black;
+ border-width: 0 0 1px;
+ color: black;
+}
+
ul {
list-style-type:none;
padding:0;
@@ -123,6 +131,16 @@
background-color: #eeeeec;
}
+.formularpage
+.repeatgroup
+.hcontrol
+{
+ background-color: #EEEEEC;
+ border-bottom:1px solid black;
+ border-width: 0 0 1px;
+ color: black;
+}
+
/* removed .widget, as it doesn't seem necessary */
.dialog, span.warning{
display: none;
More information about the Mpuls-commits
mailing list