mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-10 06:58:40 +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;
|
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;
|
font-size: 1.2em;
|
||||||
margin-bottom: 5px; }
|
margin-bottom: 5px; }
|
||||||
|
|
||||||
|
.pagebreak {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.pagebreak {
|
||||||
|
page-break-after: always;
|
||||||
|
display: block; } }
|
||||||
.tabview .tab-links {
|
.tabview .tab-links {
|
||||||
color: #000;
|
color: #000;
|
||||||
padding: 0.3rem 0 0 0; }
|
padding: 0.3rem 0 0 0; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user