From 6fe23d8737ceba04b17872b0a43a8b7e2566ca42 Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Tue, 31 Mar 2026 23:54:08 +0300 Subject: [PATCH 1/2] Do not use the "form-control-sm" class for rows. (options.php) --- web/skins/classic/views/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/options.php b/web/skins/classic/views/options.php index 5f63c3afe6..0eda657c97 100644 --- a/web/skins/classic/views/options.php +++ b/web/skins/classic/views/options.php @@ -338,7 +338,7 @@ function format_timezone_name($name) { echo '

Note: This value has been overriden via configuration files in '.ZM_CONFIG. ' or ' . ZM_CONFIG_SUBDIR.'.
The overriden value is: '.constant($name).'

'.PHP_EOL; } ?> - + Date: Wed, 1 Apr 2026 00:27:27 +0300 Subject: [PATCH 2/2] Update options.css --- web/skins/classic/css/base/views/options.css | 31 ++++++++++++-------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/web/skins/classic/css/base/views/options.css b/web/skins/classic/css/base/views/options.css index a869d0b3d3..153f37ab41 100644 --- a/web/skins/classic/css/base/views/options.css +++ b/web/skins/classic/css/base/views/options.css @@ -121,6 +121,11 @@ input[name="newStorage[Url]"] { margin-bottom: 20px; margin-right: 5px; border-bottom: 1px solid #e7e7e7; + padding-bottom: 0.75rem; +} + +#options .form-group span.form-text { + margin-top: 0.5rem; } #options .col-md { text-align: left; @@ -131,32 +136,34 @@ form { /* flex-direction: column;*/ width: 100%; height: 100%; + margin-left: 9px; /* padding-top: 2rem; */ } @media screen and (max-width:767px) { #options label, - label.col-form-label { + label.col-form-label { text-align: left; + padding-bottom: 5px; } } div.dnsmasq, .dnsmasq .config { -text-align: left; + text-align: left; } .dnsmasq .container { -margin-left: 0; + margin-left: 0; } .dnsmasq .config .row > label { -width: 150px; -text-align: right; + width: 150px; + text-align: right; } .dnsmasq .config .row { -min-height:36px; -text-align: left; -display: flex; -align-content: space-around; + min-height:36px; + text-align: left; + display: flex; + align-content: space-around; } #leasesTable td, #leasesTable th { @@ -197,7 +204,7 @@ body.sticky .fixed-table-container { } body.sticky #controlTable thead { - position: sticky; - top: 0; - box-shadow: 0 0px 0, 0 -3px 0 #dfe4ea; + position: sticky; + top: 0; + box-shadow: 0 0px 0, 0 -3px 0 #dfe4ea; }