diff --git a/app/templates/modules/labels/print_module.html b/app/templates/modules/labels/print_module.html index 1a5f371..00e53c7 100644 --- a/app/templates/modules/labels/print_module.html +++ b/app/templates/modules/labels/print_module.html @@ -103,40 +103,15 @@ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); } #} - /* Barcode Styling */ + /* Barcode Styling - inline styles take precedence, CSS here for reference */ + /* Horizontal barcode at bottom of label */ #barcode-frame { - position: absolute; - bottom: 10px; - left: 11.34px; - right: 11.34px; - width: 227.4px; - z-index: 5; - text-align: center; - } - - #barcode-frame svg { - display: block; - margin: 0 auto; - height: 50px; + /* position: absolute; bottom: 10px; left: 11.34px; width: 227.4px; z-index: 5; text-align: center; */ } + /* Vertical barcode on right side of label */ #vertical-barcode-frame { - position: absolute; - right: 0; - top: 65.7px; - width: 32px; - height: 321.3px; - z-index: 5; - display: flex; - align-items: center; - justify-content: center; - } - - #vertical-barcode-frame svg { - width: 100%; - height: auto; - transform: rotate(-90deg); - transform-origin: center; + /* position: absolute; right: 0; top: 65.7px; width: 32px; height: 321.3px; z-index: 5; */ } {% endblock %} @@ -254,9 +229,9 @@ -
+
- + -
+
- +