zoneminder/web/skins/classic/css/dark/views/events.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
797 B
CSS
Raw Normal View History

.archived {
background-color: #2e2e2e;
}
2015-07-23 20:12:32 +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;
}
#header h2, #header a {
2017-11-21 03:30:23 +08:00
line-height: 1.1;
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
}