summaryrefslogtreecommitdiff
path: root/print/resources
diff options
context:
space:
mode:
authorKaalleen <reni@allenka.de>2022-10-15 17:23:47 +0200
committerKaalleen <reni@allenka.de>2022-10-15 17:23:47 +0200
commit318069d194c77fc294eeb8b30a5390c9d63b040c (patch)
treea0a9fc5b88bb8b105f980c31ecc1dc2007d5dfa0 /print/resources
parentd4720ceb9bf4e8789d5aadc0bdac73750e0e0e51 (diff)
fix custom information sheet print out
Diffstat (limited to 'print/resources')
-rw-r--r--print/resources/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/print/resources/style.css b/print/resources/style.css
index 44be4104..db5ba603 100644
--- a/print/resources/style.css
+++ b/print/resources/style.css
@@ -965,7 +965,7 @@ body {
height: 30mm;
}
- .custom-page main {
+ .custom-page main, .custom-page main fieldset {
height: 230mm
}
#custom-page-tool-bar {
@@ -978,6 +978,11 @@ body {
text-align: left;
}
+ @media print {
+ #custom-page-content {
+ border: none;
+ }
+ }
/* Color Swatch Logic */
/* reference : http://jsfiddle.net/jrulle/btg63ezy/3/ */
@@ -1171,7 +1176,6 @@ body {
#errors,
span.logo-instructions,
#custom-page-tool-bar,
- #custom-page-content,
.notice--warning {
display: none !important;
}