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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user