node-red-contrib-spruthub
Version:
Sprut.hub connectivity nodes for node-red
42 lines (39 loc) • 707 B
CSS
.form-row label.l-width {
width: 25%;
min-width: 120px;
}
.form-row label.a-width {
width: auto;
}
.s-width {width:70% ;}
.ms-choice {
height:34px;
border: 1px solid rgb(204, 204, 204);
line-height: 34px ;
}
.ms-search input {
width:100% ;
}
.ms-drop li label {
width:20px ;
}
.ms-drop li span {
padding-left:5px ;
}
button.active {
background-color: #ddd;
}
.help_block {
display: none;
}
.help-tips {
font-style: italic;
font-size: 12px;
}
.sh_serial {
font-size: 12px;
font-weight: lighter;
}
.ms-drop ul > li.group {
border-top:1px solid #aaa;
}