Formatted the "sessions details".
This commit is contained in:
39
style.css
39
style.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user