Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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-Core
Merge requests
!313
Fix and extend base_print.html
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix and extend base_print.html
extend-base-print
into
master
Overview
0
Commits
3
Pipelines
1
Changes
2
Merged
Jonathan Weth
requested to merge
extend-base-print
into
master
4 years ago
Overview
0
Commits
3
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b14f43c3
3 commits,
4 years ago
2 files
+
30
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/static/print.css
+
23
−
1
Options
@@ -38,7 +38,13 @@ header, main, footer {
height
:
0
;
}
.print-layout-table
td
{
.print-layout-table
,
.print-layout-td
{
width
:
190mm
;
max-width
:
190mm
;
min-width
:
190mm
;
}
.print-layout-td
{
padding
:
0
;
}
@@ -65,6 +71,18 @@ header .row, header .col {
width
:
auto
;
}
.page-break
{
display
:
block
;
text-align
:
center
;
margin
:
auto
;
margin-top
:
20px
;
margin-bottom
:
20px
;
width
:
200px
;
border-top
:
1px
dashed
;
color
:
darkgrey
;
page-break-after
:
always
;
}
@media
print
{
.header-space
{
height
:
35mm
;
@@ -87,4 +105,8 @@ header .row, header .col {
position
:
fixed
;
bottom
:
0
;
}
.page-break
{
border
:
white
;
}
}
Loading