Print: hide the whole button row on the printable sheets - links were spilling onto a second page
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
@media print{
|
||||
@page{size:letter;margin:0.55in}
|
||||
body{background:#fff!important;color:#111!important}
|
||||
header,footer,nav,#fsPrintBtn,#rmcTrBtn,#rmcTrPanel,.chat-fab,.chat-panel{display:none!important}
|
||||
header,footer,nav,#fsPrintBtn,#rmcTrBtn,#rmcTrPanel,.chat-fab,.chat-panel,.fs-print-btn{display:none!important}
|
||||
.fs-wrap{max-width:none;padding:0}
|
||||
.fs-sheet{background:#fff;border:0;border-radius:0;padding:0;color:#111}
|
||||
.fs-sheet h1,.fs-sec h2{color:#111}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
@media print{
|
||||
@page{size:letter;margin:0.55in}
|
||||
body{background:#fff!important;color:#111!important}
|
||||
header,footer,nav,#fsPrintBtn,#rmcTrBtn,#rmcTrPanel,.chat-fab,.chat-panel,.pp-stack{display:none!important}
|
||||
header,footer,nav,#fsPrintBtn,#rmcTrBtn,#rmcTrPanel,.chat-fab,.chat-panel,.fs-print-btn,.pp-stack{display:none!important}
|
||||
.fs-wrap{max-width:none;padding:0}
|
||||
.fs-sheet{background:#fff;border:0;border-radius:0;padding:0;color:#111}
|
||||
.fs-sheet h1,.fs-sec h2{color:#111}
|
||||
|
||||
Reference in New Issue
Block a user