mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 08:28:32 +01:00
change width for goto-rank input field
This commit is contained in:
@@ -41,6 +41,12 @@ body{
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-field-number{
|
||||||
|
float: left;
|
||||||
|
margin-right: 10px;
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
/* #################### LEADERBOARDS ##################### */
|
/* #################### LEADERBOARDS ##################### */
|
||||||
.leaderboard-container{
|
.leaderboard-container{
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|||||||
@@ -12,8 +12,10 @@
|
|||||||
<button id="button-first" type="button" onclick=firstPage()
|
<button id="button-first" type="button" onclick=firstPage()
|
||||||
class=top-button>Top 100 </button>
|
class=top-button>Top 100 </button>
|
||||||
|
|
||||||
<input id="getPlayer" type="text" class=input-field placeholder="search player...">
|
<input id="getPlayer" type="text" class=input-field
|
||||||
<input id="gotoRank" type="number" class=input-field placeholder="goto rank...">
|
placeholder="search player...">
|
||||||
|
<input id="gotoRank" type="number" class=input-field-number
|
||||||
|
placeholder="goto rank...">
|
||||||
</div>
|
</div>
|
||||||
<div class=leaderboard-container>
|
<div class=leaderboard-container>
|
||||||
<div class=colum-names>{{ columNames }}</div>
|
<div class=colum-names>{{ columNames }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user