css: try new extensible set styling

This commit is contained in:
Thomas Gelf 2016-03-18 19:37:43 +01:00
parent 44096ad829
commit 313a81e6ab

View File

@ -182,14 +182,24 @@ ul.extensible-set {
}
li {
position: relative;
clear: both;
display: inline;
}
input[type=text], select {
select {
width: 100%;
}
input[type=text] {
background-color: @tr-active-color;
.rounded-corners(0.5em);
border: 1px solid transparent;
padding: 0.1em 0.3em;
margin: 0.2em 0.2em;
width: 30%;
min-width: 4em;
text-overflow: ellipsis;
}
span.inline-buttons {
position: absolute;
z-index: 10;
@ -218,6 +228,25 @@ form {
dd.active ul.extensible-set {
border: 1px solid @gray-lighter;
li {
display: list-item;
position: relative;
clear: both;
}
input[type=text], select {
width: 100%;
}
input[type=text] {
background-color: white;
.rounded-corners(0);
border: 1px solid white;
padding: 0.25em 0.5em;
margin: 0;
}
select.extend-set, input.extend-set {
display: inline;
}