mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Ranklist improvement, added time ranges
This commit is contained in:
parent
0906bdb253
commit
15dde276f6
2 changed files with 127 additions and 41 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue