mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 18:39:31 +00:00
Added basic label generation dialog.
This commit is contained in:
parent
ea0d72bfbb
commit
a4e1a17b4a
12 changed files with 230 additions and 5 deletions
17
templates/LabelSystem/labels/label_style.css.twig
Normal file
17
templates/LabelSystem/labels/label_style.css.twig
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@page {
|
||||
margin: 5px 5px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "DejaVu Sans Mono";
|
||||
font-size: 10pt;
|
||||
line-height: 1.0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 2px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue