Style m onitor edit a bit

This commit is contained in:
Isaac Connor 2021-12-29 18:24:55 -05:00
parent 5369b8e952
commit 43b62db186
1 changed files with 16 additions and 1 deletions

View File

@ -15,7 +15,8 @@ input[name="newMonitor[Path]"],
input[name="newMonitor[SecondPath]"],
input[name="newMonitor[LabelFormat]"],
input[name="newMonitor[ControlDevice]"],
input[name="newMonitor[ControlAddress]"] {
input[name="newMonitor[ControlAddress]"],
input[name="newMonitor[MQTT_Subscriptions]"] {
width: 100%;
}
input[name="newMonitor[LabelFormat]"]{
@ -55,3 +56,17 @@ tr td:first-child {
.OutputContainer {
display: none;
}
.tab-content,
.tab-content .active {
width: 100%;
}
.tab-content .active table {
width: 100%;
table-layout: fixed;
}
.tab-content .active table tr {
height: 32px;
}
.tab-content .active table td.text-right {
width: 245px;
}