Increase width of LabelFormat to fit our default. Incrase various number inputs to fit up/down arrows

This commit is contained in:
Isaac Connor 2021-03-30 13:32:02 -04:00
parent 8582c1a652
commit 78c5531357
1 changed files with 4 additions and 1 deletions

View File

@ -18,11 +18,14 @@ input[name="newMonitor[ControlDevice]"],
input[name="newMonitor[ControlAddress]"] { input[name="newMonitor[ControlAddress]"] {
width: 100%; width: 100%;
} }
input[name="newMonitor[LabelFormat]"]{
min-width: 240px;
}
input[name="newMonitor[AnalysisFPSLimit]"], input[name="newMonitor[AnalysisFPSLimit]"],
input[name="newMonitor[MaxFPS]"], input[name="newMonitor[MaxFPS]"],
input[name="newMonitor[AlarmMaxFPS]"], input[name="newMonitor[AlarmMaxFPS]"],
input[name="newMonitor[V4LCapturesPerFrame]"]{ input[name="newMonitor[V4LCapturesPerFrame]"]{
width: 60px; width: 75px;
} }
input[name="newMonitor[Port]"], input[name="newMonitor[Port]"],
input[name="newMonitor[Refresh]"], input[name="newMonitor[Refresh]"],