diff --git a/htdocs/css/admin.css b/htdocs/css/admin.css index c9df225c..1079c548 100644 --- a/htdocs/css/admin.css +++ b/htdocs/css/admin.css @@ -82,7 +82,8 @@ h1 { /* col-1 */ .bookmarks table [data-editor="name"] { - width: 35%; + white-space: nowrap; + width: 29%; } /* col-2 */ @@ -101,15 +102,28 @@ h1 { } /* col-4 */ -.bookmarks table [data-editor="description"] { - width: 35%; +.bookmarks table [data-editor="underlying"] { + white-space: nowrap; + min-width: 160px; + width: 10%; } /* col-5 */ +.bookmarks table [data-editor="description"] { + width: 29%; +} + +/* col-6 */ +.bookmarks table [data-editor="scannable"] { + width: 2%; + text-align: center; +} + +/* col-7 */ .bookmarks table tr td:last-child, .bookmarks table tr th:last-child { text-align: right; width: 10%; - } +} .bookmarks table input, .bookmarks table select { text-align: inherit; diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index 76e46fff..a38f0bb6 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -1512,17 +1512,16 @@ img.openwebrx-mirror-img } .openwebrx-dialog { - background-color: #575757; - padding: 10px; - color: white; - position: fixed; - font-size: 10pt; - border-radius: 15px; - -moz-border-radius: 15px; + background-color: #575757; + padding: 10px; + color: white; + font-size: 10pt; + border-radius: 15px; + -moz-border-radius: 15px; position: fixed; left: 50%; top: 50%; - transform: translate(-50%, 0); + transform: translate(-50%, -50%); } .openwebrx-dialog .form-field { diff --git a/htdocs/index.html b/htdocs/index.html index d1dc8301..73b90cc6 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -384,7 +384,7 @@ -