diff options
author | Devaev Maxim <[email protected]> | 2018-07-31 23:04:31 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-31 23:16:09 +0300 |
commit | d9dbddeb2fcda7121738d1378c9e83b78ec25928 (patch) | |
tree | 938c4a358c19df50a1e3c71979a13f07b10398cc /kvmd/web/css/msd.css | |
parent | 3a748859ffd961552f272f751c7329e3021ac375 (diff) |
some ui fixes
Diffstat (limited to 'kvmd/web/css/msd.css')
-rw-r--r-- | kvmd/web/css/msd.css | 12 |
1 files changed, 10 insertions, 2 deletions
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, |