mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 18:59:05 +02:00
css: try new extensible set styling
This commit is contained in:
parent
44096ad829
commit
313a81e6ab
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user