From 6b3bba36d1381d0cd72e77f096b7f6892fd3314f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 23 Apr 2022 18:35:03 -0300 Subject: luci-app-https-dns-proxy: remove redundant cbi-value-field div The redundant "cbi-value-field" div introduces uneeded margin, remove this element to fix the view layout. Suggested-by: Santiago Kozak [reword commit message] Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/https-dns-proxy/buttons.htm | 40 ++++++++++------------ 1 file changed, 19 insertions(+), 21 deletions(-) (limited to 'applications/luci-app-https-dns-proxy') diff --git a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm index 6a01206094..6fd7ebd355 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm @@ -37,27 +37,25 @@ -%> <%+cbi/valueheader%> -
- - - - - - -   -   -   -   - - - - -
+ + + + + + +   +   +   +   + + + + <%+cbi/valuefooter%> <%-if not btn_start_status then%> -- cgit v1.2.3