Increase width of LabelFormat to fit our default. Incrase various number inputs to fit up/down arrows
This commit is contained in:
parent
8582c1a652
commit
78c5531357
|
@ -18,11 +18,14 @@ input[name="newMonitor[ControlDevice]"],
|
|||
input[name="newMonitor[ControlAddress]"] {
|
||||
width: 100%;
|
||||
}
|
||||
input[name="newMonitor[LabelFormat]"]{
|
||||
min-width: 240px;
|
||||
}
|
||||
input[name="newMonitor[AnalysisFPSLimit]"],
|
||||
input[name="newMonitor[MaxFPS]"],
|
||||
input[name="newMonitor[AlarmMaxFPS]"],
|
||||
input[name="newMonitor[V4LCapturesPerFrame]"]{
|
||||
width: 60px;
|
||||
width: 75px;
|
||||
}
|
||||
input[name="newMonitor[Port]"],
|
||||
input[name="newMonitor[Refresh]"],
|
||||
|
|
Loading…
Reference in New Issue