From 7192872c46a52eec25dee50f6e1fa2c13f25ccbf Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 18 Sep 2023 22:51:58 -0400 Subject: [PATCH] Compacting App Config Pages --- luasrc/gaya/gaya.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 0f15df7..7ed4468 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -1399,6 +1399,7 @@ strong { display: inline-block; width: 100%; padding: 0.35rem 1rem 0.2rem; + white-space: nowrap; } .cbi-value ul { line-height: 1.25; @@ -2667,6 +2668,7 @@ strong { .cbi-value input[type="text"], .cbi-value input[type="password"] { min-width: 19rem; + padding: 10px; } #cbi-firewall-zone .cbi-input-select { min-width: 4rem; @@ -2907,7 +2909,8 @@ strong { display: block; min-width: 0 !important; text-align: left; - margin: 0.5rem 0; + margin: 0.15rem 0; + font-size: .85rem; } .cbi-value > .cbi-value-field { display: inline-block; @@ -3009,7 +3012,7 @@ strong { .cbi-value-field .cbi-input-select, .cbi-value input[type="text"], .node-system-packages > .main .cbi-value .cbi-value-field input { - width: 100%; + /* width: 100%; */ color: #fff; } .cbi-page-actions > div > input,