Style m onitor edit a bit
This commit is contained in:
parent
5369b8e952
commit
43b62db186
|
@ -15,7 +15,8 @@ input[name="newMonitor[Path]"],
|
||||||
input[name="newMonitor[SecondPath]"],
|
input[name="newMonitor[SecondPath]"],
|
||||||
input[name="newMonitor[LabelFormat]"],
|
input[name="newMonitor[LabelFormat]"],
|
||||||
input[name="newMonitor[ControlDevice]"],
|
input[name="newMonitor[ControlDevice]"],
|
||||||
input[name="newMonitor[ControlAddress]"] {
|
input[name="newMonitor[ControlAddress]"],
|
||||||
|
input[name="newMonitor[MQTT_Subscriptions]"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
input[name="newMonitor[LabelFormat]"]{
|
input[name="newMonitor[LabelFormat]"]{
|
||||||
|
@ -55,3 +56,17 @@ tr td:first-child {
|
||||||
.OutputContainer {
|
.OutputContainer {
|
||||||
display: none;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue