css: improve mobile form styling

This commit is contained in:
Thomas Gelf 2017-08-24 15:32:10 +02:00
parent ff3c7c93bb
commit d6f03348bc
1 changed files with 30 additions and 0 deletions

View File

@ -641,6 +641,11 @@ ul.main-actions {
display: block;
width: auto;
}
fieldset.collapsed {
dd, dt, ul, div {
display: none;
}
}
dt label {
color: @text-color;
}
@ -658,6 +663,31 @@ ul.main-actions {
border-color: @icinga-blue;
}
}
ul.extensible-set {
max-width: unset;
}
dd ul.extensible-set {
border: 1px solid @gray-light;
}
dd.active ul.extensible-set {
border: 1px solid @icinga-blue;
input[type=submit]:first-of-type {
border-width: 1px;
}
}
dd.active ul.extensible-set, ul.extensible-set.sortable {
input[type=text], select {
width: 100%;
}
input[type=text] {
background-color: white;
border: 1px solid white;
}
}
}
#layout.compact-layout.twocols table.Differences,