From 234d1859764da5f4d3af397453494dc288b4a519 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 7 Apr 2016 00:26:14 +0000 Subject: [PATCH] Auto-resizing, and larger. --- www/systemid.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/www/systemid.html b/www/systemid.html index cba19fd..de0a4bc 100644 --- a/www/systemid.html +++ b/www/systemid.html @@ -12,8 +12,6 @@ } .barcode { - width: 400px; - height: 50px; font-family: 'code-39'; font-size: 24px; } @@ -38,10 +36,8 @@ } .sysid { - width: 400px; - height: 120px; font-family: 'droid-sans-mono'; - font-size: 96px; + font-size: 140px; text-align: center; text-transform: uppercase; } @@ -51,6 +47,7 @@ } .block { + width: 600px; margin: 20px; } @@ -89,6 +86,7 @@ document.addEventListener('DOMContentLoaded', (e) => { break; } barcodes.push(barcode); + barcode.innerText = '**'; } sysid.addEventListener('input', (e) => { let barcodeText = '*' + sysid.innerText.toUpperCase() + '*';