From c6df9e0899bcb8b9c72974fee16489dec9b274aa Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Mon, 24 Jan 2022 16:42:06 -0500 Subject: [PATCH] better css --- scripts/advanced.php | 3 +++ scripts/config.php | 13 ++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/scripts/advanced.php b/scripts/advanced.php index 707f4b5..f9aae7e 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -55,9 +55,12 @@ h3 { text-align:left; } label { + float:left; + width: 40%; font-weight:bold; } input { + width: 60%; text-align:center; font-size:large; } diff --git a/scripts/config.php b/scripts/config.php index 6313897..68e55ef 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -42,6 +42,15 @@ a { text-align: center; } +select { + font-size:large; + width: 60%; +} + +select option { + font-size:large; +} + form { text-align:left; margin-left:20px; @@ -54,9 +63,12 @@ h3 { text-align:left; } label { + float:left; + width:40%; font-weight:bold; } input { + width:60%; text-align:center; font-size:large; } @@ -97,7 +109,6 @@ if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {

-