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

19 lines
260 B
CSS
Raw Normal View History

2014-01-22 22:24:06 +08:00
.swatch {
border: 1px solid black;
margin-left: 3px;
padding: 0px;
}
.SourceOptions input,
.SourcePath input {
width: 100%;
}
2019-09-20 02:56:55 +08:00
input[name="newMonitor[Width]"],
input[name="newMonitor[Height]"] {
width: 80px;
}
select.chosen {
width: 100%;
}