From 5d0df69a0fdf12a4028e0a2e5a4b9807901a9167 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sat, 7 Dec 2024 23:51:59 -0800 Subject: [PATCH] Fix mobile layout of active leases (#1755) --- files/app/resource/css/mobile.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/app/resource/css/mobile.css b/files/app/resource/css/mobile.css index 5cdafb3e..d29430dd 100755 --- a/files/app/resource/css/mobile.css +++ b/files/app/resource/css/mobile.css @@ -222,12 +222,19 @@ body.mobile #ctrl-modal .reservation select:nth-child(2), body.mobile #ctrl-modal .reservation-label div:first-child div:nth-child(2), body.mobile #ctrl-modal .reservation input:nth-child(3), body.mobile #ctrl-modal .reservation-label div:first-child div:nth-child(3), +body.mobile #ctrl-modal .lease input:first-child, +body.mobile #ctrl-modal .lease-label div:first-child div:first-child, +body.mobile #ctrl-modal .lease input:nth-child(2), +body.mobile #ctrl-modal .lease-label div:first-child div:nth-child(2), +body.mobile #ctrl-modal .lease input:nth-child(3), +body.mobile #ctrl-modal .lease-label div:first-child div:nth-child(3), body.mobile #ctrl-modal .dhcp-options .adr > div > :nth-child(2), body.mobile #ctrl-modal .dhcp-tags .adr > div > :nth-child(2), body.mobile #ctrl-modal .dhcp-options .adr > div > :nth-child(3), body.mobile #ctrl-modal .dhcp-tags .adr > div > :nth-child(3) { width: 90px; + font-size: 10px; } body.mobile #ctrl-modal #local-services .service input[type=text],