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
!991
Add base template for plain prints and optimize PDF generation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add base template for plain prints and optimize PDF generation
feature/template-plain-prints
into
master
Overview
3
Commits
6
Pipelines
19
Changes
9
Merged
Jonathan Weth
requested to merge
feature/template-plain-prints
into
master
3 years ago
Overview
3
Commits
6
Pipelines
19
Changes
9
Expand
Necessary for AlekSIS-App-Kort
Edited
2 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
master
version 18
3c317132
2 years ago
version 17
a3db95a1
2 years ago
version 16
d30398fd
2 years ago
version 15
aa8ce647
2 years ago
version 14
ac230408
2 years ago
version 13
773b2bd0
2 years ago
version 12
0631b838
2 years ago
version 11
259055a7
2 years ago
version 10
30f49220
2 years ago
version 9
83145bbc
2 years ago
version 8
22a77bfd
2 years ago
version 7
8f83442b
2 years ago
version 6
8455708a
2 years ago
version 5
29c34281
3 years ago
version 4
0e943984
3 years ago
version 3
f7c162a8
3 years ago
version 2
ef973fd7
3 years ago
version 1
73db75d6
3 years ago
master (base)
and
latest version
latest version
526ea1da
6 commits,
2 years ago
version 18
3c317132
5 commits,
2 years ago
version 17
a3db95a1
5 commits,
2 years ago
version 16
d30398fd
5 commits,
2 years ago
version 15
aa8ce647
5 commits,
2 years ago
version 14
ac230408
5 commits,
2 years ago
version 13
773b2bd0
5 commits,
2 years ago
version 12
0631b838
19 commits,
2 years ago
version 11
259055a7
16 commits,
2 years ago
version 10
30f49220
14 commits,
2 years ago
version 9
83145bbc
13 commits,
2 years ago
version 8
22a77bfd
12 commits,
2 years ago
version 7
8f83442b
11 commits,
2 years ago
version 6
8455708a
8 commits,
2 years ago
version 5
29c34281
5 commits,
3 years ago
version 4
0e943984
4 commits,
3 years ago
version 3
f7c162a8
3 commits,
3 years ago
version 2
ef973fd7
2 commits,
3 years ago
version 1
73db75d6
1 commit,
3 years ago
9 files
+
137
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
aleksis/core/static/print-simple.css
0 → 100644
+
21
−
0
Options
@page
{
padding
:
0
;
margin
:
0
;
}
table
.small-print
,
td
.small-print
,
th
.small-print
{
font-size
:
10pt
;
}
tr
{
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0.3
);
}
td
,
th
{
padding
:
1px
;
}
td
.rotate
,
th
.rotate
{
text-align
:
center
;
transform
:
rotate
(
-90deg
);
}
Loading