zoneminder/web/skins/classic/css/base/views/console.css

102 lines
1.3 KiB
CSS
Raw Normal View History

2014-01-22 22:24:06 +08:00
#systemTime {
float: left;
}
#title {
margin: 0 auto;
text-align: center;
width: 50%;
}
#systemStats {
float: right;
}
#systemStats .warning {
color: orange;
}
#systemStats .error {
color: red;
}
#systemStats .critical {
color: red;
text-decoration: blink;
}
2014-01-22 22:24:06 +08:00
#monitorSummary {
float: left;
text-align: left;
width: 20%;
}
#devices {
float: left;
}
#loginBandwidth {
margin: 0 auto;
text-align: center;
width: 40%;
}
#cycleMontage {
float: right;
}
#options {
float: right;
text-align: right;
width: 20%;
}
.consoleTable {
2014-01-22 22:24:06 +08:00
width: 100%;
}
.consoleTable tr.highlight {
2014-01-22 22:24:06 +08:00
background-color: #eeeeee;
}
.consoleTable thead th {
2014-01-22 22:24:06 +08:00
padding-bottom: 4px;
vertical-align: middle;
}
.consoleTable tfoot td {
2014-01-22 22:24:06 +08:00
padding-top: 4px;
vertical-align: middle;
}
.consoleTable th,td {
2014-01-22 22:24:06 +08:00
text-align: left;
}
.consoleTable .colMark {
2018-02-09 23:19:18 +08:00
width: 52px;
2014-01-22 22:24:06 +08:00
text-align: center;
}
.consoleTable .colEvents {
2014-01-22 22:24:06 +08:00
text-align: right;
}
.consoleTable .colZones {
2014-01-22 22:24:06 +08:00
text-align: right;
}
.consoleTable .colFunction {
2018-02-09 23:19:18 +08:00
width: 120px;
text-align: center;
}
2014-01-22 22:24:06 +08:00
.consoleTable .colLeftButtons {
2014-01-22 22:24:06 +08:00
text-align: left;
}
2018-04-04 01:38:22 +08:00
.FunctionFilter select {
min-width: 90px;
}
2018-04-04 03:31:12 +08:00
.StatusFilter select {
min-width: 130px;
}