Moved key bind label position

This commit is contained in:
Dan
2020-02-27 16:20:19 +00:00
parent 27455e51dd
commit 9cdf7a753a
2 changed files with 6 additions and 3 deletions

View File

@@ -957,12 +957,12 @@ button:focus { outline: none; }
background-color: rgb( 190, 190, 190 );
padding: 0;
}
#keyLockLabel, #keyBindsLabel {
position: absolute;
left: 0;
right: 0;
bottom: 300px;
bottom: 350px;
text-align: center;
font-size: 30px;
@@ -972,6 +972,10 @@ button:focus { outline: none; }
z-index: 5;
}
#keyBindsLabel {
bottom: 300px;
}
#keyLockLabel span, #keyBindsLabel span {
font-size: 30px;
}

View File

@@ -267,7 +267,6 @@
</div>
<p id="keyLockLabel">Radar key lock <span id="keyLockStateLabel"></span></p>
<p id="keyBindsLabel">Radar keybinds set for a <span id="keyBindsStateLabel"></span></p>
<div id="helpWindow">