From d9dbddeb2fcda7121738d1378c9e83b78ec25928 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 31 Jul 2018 23:04:31 +0300 Subject: some ui fixes --- kvmd/web/css/main.css | 1 + kvmd/web/css/msd.css | 12 ++++++++++-- kvmd/web/index.html | 26 +++++++++++++------------- kvmd/web/js/stream.js | 1 + kvmd/web/js/ui.js | 13 ++++++++----- 5 files changed, 33 insertions(+), 20 deletions(-) diff --git a/kvmd/web/css/main.css b/kvmd/web/css/main.css index 950fbc56..1b0a443b 100644 --- a/kvmd/web/css/main.css +++ b/kvmd/web/css/main.css @@ -55,6 +55,7 @@ ul#ctl li a.ctl-item-selected { background-color: var(--bg-color-selected) !important; } div.ctl-dropdown-content { + visibility: hidden; overflow: hidden; white-space: nowrap; border: var(--intensive-border); diff --git a/kvmd/web/css/msd.css b/kvmd/web/css/msd.css index b5b0a1aa..91c6a280 100644 --- a/kvmd/web/css/msd.css +++ b/kvmd/web/css/msd.css @@ -1,8 +1,16 @@ div#msd-menu { width: 450px; } +div#msd-menu +div#msd-not-in-operate, +div#msd-current-image-broken, +div#msd-another-another-user-uploads, +input#msd-select-new-image-file, +div#msd-new-image { + display: none; +} -table#msd-info { +table.msd-info { -webkit-user-select: text; -moz-user-select: text; user-select: text; @@ -10,7 +18,7 @@ table#msd-info { margin: 0 10px 0 10px; font-size: 12px; } -table#msd-info +table.msd-info td#msd-status, td#msd-current-image-name, td#msd-current-image-size, diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 8d843fb8..12d764f5 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -45,7 +45,7 @@ System ↴ -