Formatted the "sessions details".

This commit is contained in:
2018-12-20 23:21:16 -05:00
parent 33976ab0d7
commit 6098bb9acc
5 changed files with 59 additions and 13 deletions

View File

@@ -153,3 +153,42 @@ a {
padding-left: 3px;
display: inline;
}
.PlaytimeDetails {
display: table;
padding-top: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 4px;
}
.PlaytimeStart {
width: 140px;
display: table-cell;
}
.PlaytimeEnd {
width: 140px;
display: table-cell;
}
.PlaytimeTotal {
width: 100px;
display: table-cell;
}
.head {
font-weight: bold;
}
.row {
display: table-row;
}
.row:nth-child(even) {
background:#95b8d7;
}
.FontSmaller {
font-size: 14px;
}