This commit is contained in:
Devaev Maxim
2018-07-22 06:38:31 +03:00
parent 3f504a1d4c
commit e05e589ddf
2 changed files with 8 additions and 8 deletions

View File

@@ -55,10 +55,11 @@ ul#ctl {
width: 100%;
z-index: 10;
}
ul#ctl li.ctl-left {
ul#ctl li.ctl-logo {
float: left;
}
ul#ctl li.ctl-right {
ul#ctl li.ctl-right-actions {
cursor: pointer;
float: right;
}
ul#ctl img {
@@ -80,7 +81,6 @@ ul#ctl li a.ctl-item:hover:not(.active) {
}
div.ctl-dropdown {
outline: none;
cursor: pointer;
position: relative;
display: inline-block;
}
@@ -175,7 +175,7 @@ div.ctl-dropdown-content-text {
}
div#stream-box {
pointer-events: none;
user-select: none;
border: var(--dark-border);
border-radius: 8px;
box-sizing: border-box;

View File

@@ -20,9 +20,9 @@
<body>
<ul id="ctl">
<li class="ctl-left"><img id="logo" src="svg/logo.svg" alt="&pi;-kvm" /></li>
<li class="ctl-logo"><img id="logo" src="svg/logo.svg" alt="&pi;-kvm" /></li>
<li class="ctl-right">
<li class="ctl-right-actions">
<div class="ctl-dropdown" tabindex="0">
<a class="ctl-item" href="#">
<img id="stream-led" class="led-off" src="svg/stream-led.svg" />
@@ -36,7 +36,7 @@
</div>
</li>
<li class="ctl-right">
<li class="ctl-right-actions">
<div class="ctl-dropdown" tabindex="0">
<a class="ctl-item" href="#">
<img id="atx-power-led" class="led-off" src="svg/atx-power-led.svg" />
@@ -52,7 +52,7 @@
</div>
</li>
<li class="ctl-right">
<li class="ctl-right-actions">
<div class="ctl-dropdown" tabindex="0">
<a class="ctl-item" href="#">
<img id="msd-led" class="led-off" src="svg/msd-led.svg" />