From: Roman Bazalevskiy Date: Mon, 21 Nov 2022 05:29:52 +0000 (+0300) Subject: Мелкие доработки стилей веб-интерфейса X-Git-Url: https://git.rvb.name/esp-clock.git/commitdiff_plain/6d3be4253d91ef9289fa4f3b7e280b2258fabaf1 Мелкие доработки стилей веб-интерфейса --- diff --git a/data/web/script.js b/data/web/script.js index e9a100e..247126c 100644 --- a/data/web/script.js +++ b/data/web/script.js @@ -214,12 +214,12 @@ function getWiFi(id) { return; } var json = JSON.parse(this.responseText) - var table = '' + var table = '
SSIDBSSIDRSSIКаналЗащита
' if (!json.length) { setTimeout(getWiFi(id),5000); } for (idx in json) { - var encryption = json[idx].secure == 2? "TKIP" : json[idx].secure == 5? "WEP" : json[idx].secure == 4? "CCMP" : json[idx].secure == 7? "нет" : json[idx].secure == 8? "Автоматически" : "Не определено"; + var encryption = json[idx].secure == 2? "TKIP" : json[idx].secure == 5? "WEP" : json[idx].secure == 4? "CCMP" : json[idx].secure == 7? "нет" : json[idx].secure == 8? "Авто" : "Неизв."; table += '' } @@ -346,7 +346,7 @@ function elementHTML(element) { value = now.toISOString().slice(0, -1); return '
' +'' - + '
->
' + + '
' case 'text': return '

' + encode(value) + '

' case 'number': diff --git a/data/web/style.css b/data/web/style.css index 8771621..e9feb42 100644 --- a/data/web/style.css +++ b/data/web/style.css @@ -1310,11 +1310,19 @@ footer a { margin: 10% auto; padding: 1rem } + .table-header { font-weight: bold; font-size: 120%; text-align: center; - border-bottom: var(--accent) solid 0.1em; +} + +.table-header tr td { + border-bottom: 0.1em solid var(--light-gray) +} + +.modal-content table { + border-spacing: 0.5em 1em; } /* overlapping hint button */ @@ -1416,6 +1424,7 @@ label.switch.socket input[type=checkbox]:checked + span.slider:after { color: var(--dark-gray); border:none transparent; background-color: var(--light-gray); + margin: 0.5em 1em 0.5em 1em; } /* weekdays */ @@ -1491,7 +1500,13 @@ input[type=file]::-ms-browse { .row-button.row-button.row-button { display: inline-block; - margin: 0 2em 1em 2em +} + +/* hr */ + +hr { + margin: 0.5em 2em 0.5em 2em; + color: var(--accent); } /* fonts */ diff --git a/ui.yml b/ui.yml index ec261c2..bc8a0f2 100644 --- a/ui.yml +++ b/ui.yml @@ -1,6 +1,6 @@ project: name: WiFi Clock - version: 0.2.0 + version: 0.2.1 contacts: - mailto:rvb@rvb.name - tg:rvbglas
SSIDBSSIDRSSIКаналЗащита
'+json[idx].ssid+''+json[idx].bssid+''+json[idx].rssi+''+json[idx].channel+''+encryption+'