diff --git a/files/www/cgi-bin/advancedconfig b/files/www/cgi-bin/advancedconfig index 60c39419..5237de1a 100755 --- a/files/www/cgi-bin/advancedconfig +++ b/files/www/cgi-bin/advancedconfig @@ -510,8 +510,9 @@ html.print([[ .switch { position: relative; display: inline-block; - width: 60px; - height: 34px; + vertical-align:middle; + width: 48px; + height: 20px; } /* Hide default HTML checkbox */ @@ -537,8 +538,8 @@ html.print([[ .slider:before { position: absolute; content: ""; - height: 26px; - width: 26px; + height: 13px; + width: 13px; left: 4px; bottom: 4px; background-color: white;