diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index fd0ea5248..0e6246c27 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -2512,7 +2512,6 @@ td { .main[id^="config_"] select, .main[id^="config_"] textarea, .main[id^="config_"] .optbox { margin-left: 3px !important; - padding-right: 11% !important; border-radius: 12px; } diff --git a/installer/resources/themes/susidns/light/susidns.css b/installer/resources/themes/susidns/light/susidns.css index 8b8bf8a83..8a95d5832 100644 --- a/installer/resources/themes/susidns/light/susidns.css +++ b/installer/resources/themes/susidns/light/susidns.css @@ -50,6 +50,11 @@ code, tt, .destaddress { font-size: 8.5pt; } +object { + height: 50%; + width: 100%; +} + #host_list .destaddress { -moz-user-select: all; -webkit-user-select: all;