LSP: new inputtypes selectinput and inputlist, added UI for balancer bandwidth settings, prometheus and access log

This commit is contained in:
Cat 2017-10-24 10:10:12 +02:00 committed by Thulinma
parent a2fc7a19eb
commit 8a0c4cf04b
3 changed files with 433 additions and 197 deletions

View file

@ -269,7 +269,7 @@ main > button {
text-indent: -1em;
padding-left: 1em;
}
.input_container .field_container select.field {
.input_container .field_container select.field, .input_container .field_container select:first-child {
min-width: 0;
width: 100%;
height: 1.8em;
@ -387,6 +387,18 @@ button, input[type=submit], input[type=button], .mistbutton {
text-decoration: none;
cursor: pointer
}
/* double nested UI */
.UIelement .UIelement .label {
width: 5em;
}
.UIelement .UIelement .field_container {
width: auto;
flex-grow: 1;
margin-right: 0;
}
.UIelement .UIelement .help_container {
display: none;
}
.red {
color: #b00 !important;
@ -546,6 +558,15 @@ th.sorting-desc:after {
margin-left: 1em;
flex-grow: 1;
}
.input_container .field_container .field.selectinput,
.input_container .field_container .field.inputlist {
padding-left: 0;
padding-right: 0;
padding-bottom: 0.5em;
}
.input_container .field_container .field.inputlist > * {
width: 100%;
}
.input_container .field_container .field.checkcontainer {
font-size: 0.8em;
border: 1px solid #bbb;