diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 2bae7813..f91a5927 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -977,6 +977,10 @@ img.openwebrx-mirror-img flex-direction: row; } +.openwebrx-dialog .form-field:first-child { + padding-top: 0; +} + .openwebrx-dialog label { display: inline-block; flex: 1 0 20px; @@ -995,6 +999,18 @@ img.openwebrx-mirror-img padding: 0 5px; } +.openwebrx-dialog .buttons { + text-align: right; + padding: 5px 5px 0; + border-top: 1px solid #666; +} + +.openwebrx-dialog .buttons .openwebrx-button { + font-size: 12pt; + min-width: 50px; + text-align: center; + padding: 5px 10px; +} #openwebrx-panel-digimodes[data-mode="ft8"] #openwebrx-digimode-content-container, #openwebrx-panel-digimodes[data-mode="wspr"] #openwebrx-digimode-content-container, diff --git a/htdocs/index.html b/htdocs/index.html index 4f5a4d23..11bb2b18 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -226,7 +226,7 @@