From 8e85fcc14ce383549a07832c4cb4036d79a05445 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Mon, 11 Feb 2019 13:53:11 +0100 Subject: [PATCH] fixed color setting signature brightness to 0% --- print/common/css/layout.css | 4 ++-- .../report/rpt-delivery-note/assets/css/style.css | 8 +++++--- print/report/rpt-delivery-note/index.html | 15 +++++++++------ print/report/rpt-delivery-note/index.js | 2 +- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/print/common/css/layout.css b/print/common/css/layout.css index 9b605e41b..560309a0d 100644 --- a/print/common/css/layout.css +++ b/print/common/css/layout.css @@ -40,7 +40,7 @@ .panel { position: relative; - margin-bottom: 20px; + margin-bottom: 15px; padding-top: 10px; break-inside: avoid; break-before: always; @@ -130,7 +130,7 @@ table { } .column-oriented { - margin: 20px 0 + margin-bottom: 15px } .column-oriented td, diff --git a/print/report/rpt-delivery-note/assets/css/style.css b/print/report/rpt-delivery-note/assets/css/style.css index bd40f5796..e05617e6e 100644 --- a/print/report/rpt-delivery-note/assets/css/style.css +++ b/print/report/rpt-delivery-note/assets/css/style.css @@ -1,10 +1,12 @@ #signature { - margin-top: 80px + padding-right: 10px } #signature img { - margin-bottom: 20px; - width: 150px + -webkit-filter: brightness(0%); + filter: brightness(0%); + margin-bottom: 10px; + max-width: 150px } #packagings { diff --git a/print/report/rpt-delivery-note/index.html b/print/report/rpt-delivery-note/index.html index 24919353a..5332858c3 100644 --- a/print/report/rpt-delivery-note/index.html +++ b/print/report/rpt-delivery-note/index.html @@ -175,14 +175,17 @@ - -
-
Firma digital
-
- -
{{signature.created | date}}
+
+
+
Firma digital
+
+ +
{{signature.created | date}}
+
+
+