mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-09 08:28:32 +01:00
improve usability
This commit is contained in:
@@ -32,6 +32,10 @@ body{
|
||||
color: #583535;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.input-field{
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
@@ -61,6 +65,7 @@ body{
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.line-odd{
|
||||
width: 100%;
|
||||
background-color: lightgrey;
|
||||
@@ -69,6 +74,12 @@ body{
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.endOfBoardIndicator{
|
||||
background: red;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* ############# PLAYER INFORMATION IN LINES ############# */
|
||||
.playerRank{
|
||||
float: left;
|
||||
@@ -84,7 +95,6 @@ body{
|
||||
float: right;
|
||||
width: 20%;
|
||||
text-align: right;
|
||||
|
||||
}
|
||||
|
||||
.playerGames{
|
||||
|
||||
Reference in New Issue
Block a user