Shirnk colMark because I got rid of the word All in the header. Make the monitor filters inline-block which makes them flow with their label when narrow

This commit is contained in:
Isaac Connor 2021-01-22 15:47:44 -05:00
parent 436cd3397b
commit c7ef587d5d
1 changed files with 13 additions and 1 deletions

View File

@ -74,7 +74,7 @@
}
.consoleTable .colMark {
width: 52px;
width: 32px;
text-align: left;
}
@ -99,3 +99,15 @@
.StatusFilter select {
min-width: 130px;
}
.MonitorNameFilter,
.FunctionFilter,
.StatusFilter,
.SourceFilter,
.MonitorFilter {
display: inline-block;
}
.MonitorNameFilter input,
.SourceFilter input {
padding: 3px 5px 4px 5px;
}