2014-01-22 22:24:06 +08:00
|
|
|
.swatch {
|
|
|
|
border: 1px solid black;
|
|
|
|
margin-left: 3px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2019-01-10 01:37:42 +08:00
|
|
|
|
|
|
|
.SourceOptions input,
|
|
|
|
.SourcePath input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-09-20 02:56:55 +08:00
|
|
|
|
2019-12-19 01:13:00 +08:00
|
|
|
textarea,
|
2020-02-21 22:30:31 +08:00
|
|
|
input[name="newMonitor[Name]"],
|
2021-03-03 22:55:23 +08:00
|
|
|
input[name="newMonitor[Path]"],
|
|
|
|
input[name="newMonitor[SecondPath]"],
|
2020-07-31 07:36:27 +08:00
|
|
|
input[name="newMonitor[LabelFormat]"],
|
2020-02-21 22:30:31 +08:00
|
|
|
input[name="newMonitor[ControlDevice]"],
|
|
|
|
input[name="newMonitor[ControlAddress]"] {
|
2019-12-19 01:13:00 +08:00
|
|
|
width: 100%;
|
|
|
|
}
|
2021-03-31 01:32:02 +08:00
|
|
|
input[name="newMonitor[LabelFormat]"]{
|
|
|
|
min-width: 240px;
|
|
|
|
}
|
2020-07-01 07:19:17 +08:00
|
|
|
input[name="newMonitor[AnalysisFPSLimit]"],
|
|
|
|
input[name="newMonitor[MaxFPS]"],
|
|
|
|
input[name="newMonitor[AlarmMaxFPS]"],
|
|
|
|
input[name="newMonitor[V4LCapturesPerFrame]"]{
|
2021-03-31 01:32:02 +08:00
|
|
|
width: 75px;
|
2020-07-01 07:19:17 +08:00
|
|
|
}
|
|
|
|
input[name="newMonitor[Port]"],
|
|
|
|
input[name="newMonitor[Refresh]"],
|
|
|
|
input[name="newMonitor[LabelX]"],
|
|
|
|
input[name="newMonitor[LabelY]"],
|
|
|
|
input[name="newMonitor[ImageBufferCount]"],
|
2021-03-27 05:02:38 +08:00
|
|
|
input[name="newMonitor[MaxImageBufferCount]"],
|
2020-07-01 07:19:17 +08:00
|
|
|
input[name="newMonitor[WarmupCount]"],
|
|
|
|
input[name="newMonitor[PreEventCount]"],
|
|
|
|
input[name="newMonitor[PostEventCount]"],
|
|
|
|
input[name="newMonitor[StreamReplayBuffer]"],
|
|
|
|
input[name="newMonitor[AlarmFrameCount]"],
|
|
|
|
input[name="newMonitor[AutoStopTimeout]"],
|
|
|
|
input[name="newMonitor[TrackDelay]"],
|
|
|
|
input[name="newMonitor[ReturnDelay]"],
|
2019-09-20 02:56:55 +08:00
|
|
|
input[name="newMonitor[Width]"],
|
|
|
|
input[name="newMonitor[Height]"] {
|
|
|
|
width: 80px;
|
|
|
|
}
|
2019-11-02 01:40:55 +08:00
|
|
|
select.chosen {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-12-11 03:32:44 +08:00
|
|
|
tr td:first-child {
|
|
|
|
min-width: 300px;
|
2021-10-26 04:55:20 +08:00
|
|
|
vertical-align: top;
|
2020-12-11 03:32:44 +08:00
|
|
|
}
|
2021-05-06 04:48:01 +08:00
|
|
|
.OutputContainer {
|
2021-05-06 02:03:38 +08:00
|
|
|
display: none;
|
|
|
|
}
|