mirror of https://github.com/aredn/aredn.git
Tweak position of firmware status label (#1285)
This commit is contained in:
parent
ceb8d5ea8f
commit
1b980d7155
|
@ -58,7 +58,7 @@
|
|||
%}
|
||||
<div class="ctrl" hx-get="status/e/firmware" hx-target="#ctrl-modal">
|
||||
<div class="firmware">
|
||||
<div class="t">{{firmware}}<div class="firmware-status {{message}}"></div></div>
|
||||
<div class="t" style="position:relative">{{firmware}}<div class="firmware-status {{message}}"></div></div>
|
||||
<div class="s cols">
|
||||
<div style="flex:1.5">firmware version</div>
|
||||
<div><a href="https://github.com/aredn/aredn/issues" target="_blank" onclick="event.stopPropagation()">issues</a></div>
|
||||
|
|
|
@ -309,6 +309,8 @@ body.authenticated .ctrl:hover
|
|||
}
|
||||
#general .firmware-status
|
||||
{
|
||||
position: relative;
|
||||
top: -2px;
|
||||
display: inline-block;
|
||||
margin-left: 4px;
|
||||
font-size: 10px;
|
||||
|
|
Loading…
Reference in New Issue