mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
add page print break
This commit is contained in:
parent
9c4607f8db
commit
f7a80fd87e
11
section.scss
11
section.scss
|
|
@ -37,3 +37,14 @@ section {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.pagebreak {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.pagebreak {
|
||||
page-break-after: always;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
@ -4372,6 +4372,13 @@ section > h2 {
|
|||
font-size: 1.2em;
|
||||
margin-bottom: 5px; }
|
||||
|
||||
.pagebreak {
|
||||
display: none; }
|
||||
|
||||
@media print {
|
||||
.pagebreak {
|
||||
page-break-after: always;
|
||||
display: block; } }
|
||||
.tabview .tab-links {
|
||||
color: #000;
|
||||
padding: 0.3rem 0 0 0; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user