Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Alsijil
Commits
c6f1e8e9
Verified
Commit
c6f1e8e9
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Avoid page overflow.
parent
79f733bd
No related branches found
No related tags found
1 merge request
!29
Resolve "[Printout] Pages can overflow"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
biscuit/apps/alsijil/static/css/alsijil/full_register.css
+9
-0
9 additions, 0 deletions
biscuit/apps/alsijil/static/css/alsijil/full_register.css
biscuit/apps/alsijil/static/css/alsijil/paper.css
+10
-10
10 additions, 10 deletions
biscuit/apps/alsijil/static/css/alsijil/paper.css
with
19 additions
and
10 deletions
biscuit/apps/alsijil/static/css/alsijil/full_register.css
+
9
−
0
View file @
c6f1e8e9
...
...
@@ -121,3 +121,12 @@ table.person-info td.person-img {
table
.person-info
td
.person-img
img
{
max-height
:
30mm
;
}
.sheet
{
overflow
:
visible
;
height
:
auto
!important
;
}
.sheet
*
{
page-break-inside
:
avoid
;
}
This diff is collapsed.
Click to expand it.
biscuit/apps/alsijil/static/css/alsijil/paper.css
+
10
−
10
View file @
c6f1e8e9
...
...
@@ -30,16 +30,16 @@ body { margin: 0 }
page-break-after
:
always
;
}
/** Paper sizes **/
body
.A3
.sheet
{
width
:
297mm
;
height
:
419mm
}
body
.A3.landscape
.sheet
{
width
:
420mm
;
height
:
296mm
}
body
.A4
.sheet
{
width
:
210mm
;
height
:
296mm
}
body
.A4.landscape
.sheet
{
width
:
297mm
;
height
:
209mm
}
body
.A5
.sheet
{
width
:
148mm
;
height
:
209mm
}
body
.A5.landscape
.sheet
{
width
:
210mm
;
height
:
147mm
}
body
.letter
.sheet
{
width
:
216mm
;
height
:
279mm
}
body
.letter.landscape
.sheet
{
width
:
280mm
;
height
:
215mm
}
body
.legal
.sheet
{
width
:
216mm
;
height
:
356mm
}
body
.legal.landscape
.sheet
{
width
:
357mm
;
height
:
215mm
}
body
.A3
.sheet
{
width
:
297mm
;
min-
height
:
419mm
}
body
.A3.landscape
.sheet
{
width
:
420mm
;
min-
height
:
296mm
}
body
.A4
.sheet
{
width
:
210mm
;
min-
height
:
296mm
}
body
.A4.landscape
.sheet
{
width
:
297mm
;
min-
height
:
209mm
}
body
.A5
.sheet
{
width
:
148mm
;
min-
height
:
209mm
}
body
.A5.landscape
.sheet
{
width
:
210mm
;
min-
height
:
147mm
}
body
.letter
.sheet
{
width
:
216mm
;
min-
height
:
279mm
}
body
.letter.landscape
.sheet
{
width
:
280mm
;
min-
height
:
215mm
}
body
.legal
.sheet
{
width
:
216mm
;
min-
height
:
356mm
}
body
.legal.landscape
.sheet
{
width
:
357mm
;
min-
height
:
215mm
}
/** Padding area **/
.sheet.padding-10mm
{
padding
:
10mm
}
.sheet.padding-15mm
{
padding
:
15mm
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment