improve usability

This commit is contained in:
2019-06-09 14:37:38 +02:00
parent 70e8b0ed1b
commit 55589bf883
4 changed files with 57 additions and 27 deletions

View File

@@ -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{