mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Moved key bind label position
This commit is contained in:
@@ -962,7 +962,7 @@ button:focus { outline: none; }
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 300px;
|
bottom: 350px;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
@@ -972,6 +972,10 @@ button:focus { outline: none; }
|
|||||||
|
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
#keyBindsLabel {
|
||||||
|
bottom: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
#keyLockLabel span, #keyBindsLabel span {
|
#keyLockLabel span, #keyBindsLabel span {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -267,7 +267,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p id="keyLockLabel">Radar key lock <span id="keyLockStateLabel"></span></p>
|
<p id="keyLockLabel">Radar key lock <span id="keyLockStateLabel"></span></p>
|
||||||
|
|
||||||
<p id="keyBindsLabel">Radar keybinds set for a <span id="keyBindsStateLabel"></span></p>
|
<p id="keyBindsLabel">Radar keybinds set for a <span id="keyBindsStateLabel"></span></p>
|
||||||
|
|
||||||
<div id="helpWindow">
|
<div id="helpWindow">
|
||||||
|
|||||||
Reference in New Issue
Block a user