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

99 lines
1.2 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 {
width: 100%;
}
#consoleTable tr.highlight {
background-color: #eeeeee;
}
#consoleTable thead th {
padding-bottom: 4px;
vertical-align: middle;
}
#consoleTable tfoot td {
padding-top: 4px;
vertical-align: middle;
}
#consoleTable th,td {
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 {
text-align: right;
}
#consoleTable .colZones {
text-align: right;
}
2018-02-09 23:19:18 +08:00
#consoleTable .colFunction {
width: 120px;
text-align: center;
}
2014-01-22 22:24:06 +08:00
#consoleTable .colLeftButtons {
text-align: left;
}
2018-04-04 01:38:22 +08:00
.FunctionFilter select {
min-width: 90px;
}