diff options
author | Devaev Maxim <[email protected]> | 2020-11-30 11:23:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-11-30 11:23:10 +0300 |
commit | f4a8a117c73dc21db0960c3353184d3698484ed0 (patch) | |
tree | 59ea85b01d8193a6a7cd59bc146f7f0a056bc59b /web/share | |
parent | 58d36c8fdb72013c6b4f5c3e4609b27a8f21dab1 (diff) |
navbar change
Diffstat (limited to 'web/share')
-rw-r--r-- | web/share/css/kvm/stream.css | 5 | ||||
-rw-r--r-- | web/share/css/main.css | 8 | ||||
-rw-r--r-- | web/share/css/navbar.css | 12 | ||||
-rw-r--r-- | web/share/css/switch.css | 2 |
4 files changed, 9 insertions, 18 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css index def1a007..64ac0e27 100644 --- a/web/share/css/kvm/stream.css +++ b/web/share/css/kvm/stream.css @@ -61,11 +61,6 @@ img.stream-image-inactive { filter: grayscale(100%) brightness(75%) sepia(75%); } -div.stream-param-box { - margin-top: 5px; - display: flex; -} - div#stream-mouse-buttons { display: none; } diff --git a/web/share/css/main.css b/web/share/css/main.css index b41ea15a..bfce6518 100644 --- a/web/share/css/main.css +++ b/web/share/css/main.css @@ -215,15 +215,20 @@ div.buttons-row { display: inline-block; width: 50%; } +.row33 { + display: inline-block; + width: 33.33%; +} .row25 { display: inline-block; width: 25%; } .row16 { display: inline-block; - width: 16.66% + width: 16.66%; } .row50:not(:first-child), +.row33:not(:first-child), .row25:not(:first-child), .row16:not(:first-child) { border-top-left-radius: 0; @@ -231,6 +236,7 @@ div.buttons-row { border-left: var(--border-control-thin) !important; } .row50:not(:last-child), +.row33:not(:last-child), .row25:not(:last-child), .row16:not(:last-child) { border-top-right-radius: 0; diff --git a/web/share/css/navbar.css b/web/share/css/navbar.css index 47e5810d..e798987d 100644 --- a/web/share/css/navbar.css +++ b/web/share/css/navbar.css @@ -132,18 +132,6 @@ ul#navbar li div.menu div.text { font-size: 14px; } -ul#navbar li div.menu div.text table.one-line-switch { - width: 100%; - border-collapse: collapse; -} -@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { - @supports (-webkit-appearance: none) { - ul#navbar li div.menu div.text table.one-line-switch { - margin: 20px 0 20px 0 !important; - } - } -} - ul#navbar li div.menu table.kv { border-spacing: 5px; margin: 0 10px 0 10px; diff --git a/web/share/css/switch.css b/web/share/css/switch.css index 73723f70..84f4deec 100644 --- a/web/share/css/switch.css +++ b/web/share/css/switch.css @@ -28,6 +28,8 @@ div.switch-box { vertical-align: middle; position: relative; width: 50px; + margin-top: 3px; + margin-bottom: 3px; } div.switch-box input[type=checkbox] { |