css: improve extensible set styling

This commit is contained in:
Thomas Gelf 2016-03-07 14:41:43 +01:00
parent da29da0065
commit 0cce5e4414

View File

@ -139,6 +139,8 @@ ul.extensible-set {
list-style-type: none;
display: inline-block;
width: 100%;
max-width: 36em;
min-width: 20em;
border-bottom: 1px solid @gray-light;
input[type=text], input[type=password], textarea, select {
@ -169,6 +171,7 @@ ul.extensible-set {
select.extend-set, input.extend-set {
display: none;
background-color: @gray-lighter;
}
}