2017-10-23 07:59:17 +08:00
|
|
|
.archived {
|
2020-08-16 04:27:58 +08:00
|
|
|
background-color: #ffc107;;
|
2017-10-23 07:59:17 +08:00
|
|
|
}
|
|
|
|
|
2014-01-22 22:24:06 +08:00
|
|
|
#contentTable.major .colTime {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contentTable.major .colId, #contentTable.major .colDuration, #contentTable.major .colFrames, #contentTable.major .colAlarmFrames, #contentTable.major .colTotScore, #contentTable.major .colMaxScore, #contentTable.major .colAvgScore {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#contentTable.major td.colDuration {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
2017-11-21 03:30:23 +08:00
|
|
|
|
|
|
|
#header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2017-11-28 21:23:54 +08:00
|
|
|
#header h2, #header a {
|
2017-11-21 03:30:23 +08:00
|
|
|
line-height: 1.1;
|
2017-11-28 21:23:54 +08:00
|
|
|
margin:5px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header #info, #header #pagination, #header #controls {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header #controls {
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header #pagination {
|
|
|
|
align-items: center;
|
2017-11-21 03:30:23 +08:00
|
|
|
}
|
2021-04-28 04:31:25 +08:00
|
|
|
|
|
|
|
/* Dirty hack to fix up/down buttons on pagination number input */
|
|
|
|
input[type="number"].form-control {
|
|
|
|
padding: 5px;
|
|
|
|
}
|