diff --git a/templates/motca.css b/templates/motca.css index 3f41869..a66ff89 100644 --- a/templates/motca.css +++ b/templates/motca.css @@ -33,11 +33,13 @@ padding: 4px 8px; font-size: 10px; border-bottom: 1px solid #000; + background-color: #E0E0E0; } .sticker-motca .sticker-body { display: flex; border-bottom: 1px solid #000; + background-color: #E0E0E0; } .sticker-motca .sticker-info { @@ -45,12 +47,18 @@ padding: 4px 8px; font-size: 10px; line-height: 1.4; + position: relative; + padding-bottom: 28px; } .sticker-motca .sticker-info .barcode { + position: absolute; + bottom: 0; + left: 1px; height: 25px; - width: 100%; - margin-top: 4px; + width: 80px; + display: block; + background-color: #E0E0E0; } .sticker-motca .sticker-values {