2014-01-22 22:24:06 +08:00
|
|
|
#systemTime {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#systemStats {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2017-10-08 06:42:39 +08:00
|
|
|
#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%;
|
|
|
|
}
|
|
|
|
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable {
|
2014-01-22 22:24:06 +08:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable tr.highlight {
|
2014-01-22 22:24:06 +08:00
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable thead th {
|
2014-01-22 22:24:06 +08:00
|
|
|
padding-bottom: 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable tfoot td {
|
2014-01-22 22:24:06 +08:00
|
|
|
padding-top: 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable th,td {
|
2014-01-22 22:24:06 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable .colMark {
|
2021-01-23 04:47:44 +08:00
|
|
|
width: 32px;
|
2019-12-03 04:07:35 +08:00
|
|
|
text-align: left;
|
2014-01-22 22:24:06 +08:00
|
|
|
}
|
|
|
|
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable .colEvents {
|
2014-01-22 22:24:06 +08:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable .colZones {
|
2014-01-22 22:24:06 +08:00
|
|
|
text-align: right;
|
|
|
|
}
|
2018-04-20 02:20:02 +08:00
|
|
|
.consoleTable .colFunction {
|
2018-02-09 23:19:18 +08:00
|
|
|
width: 120px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2014-01-22 22:24:06 +08:00
|
|
|
|
2018-04-20 02:20:02 +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;
|
|
|
|
}
|
2020-12-11 02:43:16 +08:00
|
|
|
#FunctionFunction {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
2021-01-23 04:47:44 +08:00
|
|
|
|
|
|
|
.MonitorNameFilter,
|
|
|
|
.FunctionFilter,
|
|
|
|
.StatusFilter,
|
|
|
|
.SourceFilter,
|
|
|
|
.MonitorFilter {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.MonitorNameFilter input,
|
|
|
|
.SourceFilter input {
|
|
|
|
padding: 3px 5px 4px 5px;
|
|
|
|
}
|