mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 04:44:36 +02:00
Improved styling of the label dialog editor, so that the appearance is closer to the Label result
This commit is contained in:
parent
9c87202509
commit
ab8be58c0d
6 changed files with 33 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
{{ element.lines | raw }}
|
||||
</div>
|
||||
<div class="C39-container" style="">
|
||||
<img class="C39" src="{{ element.barcode | data_uri(mime='image/svg+xml') }}" height="30px">
|
||||
<img class="C39" src="{{ element.barcode | data_uri(mime='image/svg+xml') }}" height="30px"><br>
|
||||
<span class="C39-text">{{ element.barcode_content }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
body {
|
||||
font-family: "DejaVu Sans Mono";
|
||||
font-size: 9pt;
|
||||
font-size: 12px;
|
||||
line-height: 1.0;
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,6 @@ hr {
|
|||
|
||||
.C39-text {
|
||||
display: block;
|
||||
margin-top: -6px;
|
||||
font-size: 6pt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue