From ee1ce88ca7c1fd9fbeaa2c482f8aad6058a58db6 Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 18 Sep 2023 23:24:27 -0400 Subject: [PATCH] Lil spacing fix --- luasrc/gaya/gaya.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index dd71411..86aeba9 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -356,6 +356,9 @@ label { select[multiple="multiple"] { height: auto; } + .cbi-value input[type="text"] { + padding: 10px; +} pre { overflow: auto; color: #fff; @@ -2669,9 +2672,7 @@ strong { .cbi-value input[type="password"] { min-width: 19rem; } - .cbi-value input[type="text"] { - padding: 10px; - } + #cbi-firewall-zone .cbi-input-select { min-width: 4rem; }