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

57 lines
1006 B
CSS
Raw Normal View History

.archived {
background-color: #f8f8f8;;
}
2014-01-22 22:24:06 +08:00
#controls {
height: 16px;
width: 100%;
text-align: center;
margin: 0 auto;
position: relative;
}
#controls a {
width: 32%;
}
#controls #refreshLink {
position: absolute;
left: 0%;
text-align: left;
}
#controls #filterLink {
position: absolute;
left: 34%;
text-align: center;
}
#controls #timelineLink {
position: absolute;
left: 68%;
text-align: right;
}
#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 div {
line-height: 1.1;
margin:0;
}