From 75da99b4da2154485dbfddd26b2279ac950d187e Mon Sep 17 00:00:00 2001 From: hael Date: Thu, 16 Jan 2025 15:09:31 +0100 Subject: [PATCH] label left --- install.html | 2 +- installer.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/install.html b/install.html index 9822bdf..f2c735b 100644 --- a/install.html +++ b/install.html @@ -43,7 +43,7 @@
- + diff --git a/installer.css b/installer.css index 1d66551..a9f3c8f 100644 --- a/installer.css +++ b/installer.css @@ -10,6 +10,8 @@ table {border: 1px solid #049dff; width:100%;} table th {padding-left: 20px; color: #049dff; width: 25%;} table td {padding-left: 20px; text-align:left; width: 25%;} +label {text-align: left !important;} + body#scan{ /* background-color: #7E57C2; */ }