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 <arbolitoloco1@protonmail.com> [reword commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
fbd3a40c3e
commit
6b3bba36d1
1 changed files with 19 additions and 21 deletions
|
@ -37,7 +37,6 @@
|
||||||
-%>
|
-%>
|
||||||
|
|
||||||
<%+cbi/valueheader%>
|
<%+cbi/valueheader%>
|
||||||
<div class="cbi-value-field">
|
|
||||||
<input type="button" class="btn cbi-button cbi-button-apply" id="btn_start" name="start" value="<%:Start%>"
|
<input type="button" class="btn cbi-button cbi-button-apply" id="btn_start" name="start" value="<%:Start%>"
|
||||||
onclick="button_action(this)" />
|
onclick="button_action(this)" />
|
||||||
<span id="btn_start_spinner" class="btn_spinner"></span>
|
<span id="btn_start_spinner" class="btn_spinner"></span>
|
||||||
|
@ -57,7 +56,6 @@
|
||||||
<input type="button" class="btn cbi-button cbi-button-reset" id="btn_disable" name="disable" value="<%:Disable%>"
|
<input type="button" class="btn cbi-button cbi-button-reset" id="btn_disable" name="disable" value="<%:Disable%>"
|
||||||
onclick="button_action(this)" />
|
onclick="button_action(this)" />
|
||||||
<span id="btn_disable_spinner" class="btn_spinner"></span>
|
<span id="btn_disable_spinner" class="btn_spinner"></span>
|
||||||
</div>
|
|
||||||
<%+cbi/valuefooter%>
|
<%+cbi/valuefooter%>
|
||||||
|
|
||||||
<%-if not btn_start_status then%>
|
<%-if not btn_start_status then%>
|
||||||
|
|
Loading…
Reference in a new issue