ui enhancements
This commit is contained in:
+15
-3
@@ -1,10 +1,8 @@
|
||||
#header {
|
||||
display: flex;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
#header>div {
|
||||
flex: 1;
|
||||
padding: 10px;
|
||||
border: 2px solid grey;
|
||||
}
|
||||
@@ -31,9 +29,23 @@
|
||||
}
|
||||
|
||||
#points_summary_row {
|
||||
border-top: 1px solid black;
|
||||
border-top: 4px double black;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.active_player_highlight {
|
||||
background: grey;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.player_name_highlight {
|
||||
background: grey;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.standings_round_final_row {
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
Reference in New Issue
Block a user