Ranklist improvement, added time ranges

This commit is contained in:
mrfry 2020-11-10 16:31:46 +01:00
parent 0906bdb253
commit 15dde276f6
2 changed files with 127 additions and 41 deletions

View file

@ -1,7 +1,20 @@
.row,
.headerRow {
.table,
.sinceTable {
display: flex;
padding: 3px;
flex-direction: column;
padding: 0px 10px;
}
.table :nth-child(1),
.sinceTable :nth-child(1) {
color: white;
}
.row,
.headerRow,
.sinceHeaderRow {
display: flex;
padding: 1px;
}
.row:hover {
@ -9,13 +22,15 @@
}
.row div,
.headerRow div {
.headerRow div,
.sinceHeaderRow div {
flex: 1;
padding: 0px 5px;
text-align: center;
}
.headerRow div {
.headerRow div,
.sinceHeaderRow div {
padding: 15px 5px;
}
@ -30,20 +45,14 @@
text-align: left;
}
.table {
display: flex;
flex-direction: column;
padding: 10px;
}
.table :nth-child(1) {
color: white;
}
.clickable:hover {
background-color: #666666;
}
.clickable {
cursor: pointer;
}
.selfRow {
background-color: #9999ff;
color: black;
@ -67,6 +76,6 @@
background-color: #9999ff;
}
.clickable {
cursor: pointer;
.sumrow {
color: white;
}