mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 02:47:39 +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 {
|
li {
|
||||||
position: relative;
|
display: inline;
|
||||||
clear: both;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text], select {
|
select {
|
||||||
width: 100%;
|
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 {
|
span.inline-buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
@ -218,6 +228,25 @@ form {
|
|||||||
|
|
||||||
dd.active ul.extensible-set {
|
dd.active ul.extensible-set {
|
||||||
border: 1px solid @gray-lighter;
|
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 {
|
select.extend-set, input.extend-set {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
@ -635,7 +664,7 @@ table.icinga-objects {
|
|||||||
font-family: 'ifont';
|
font-family: 'ifont';
|
||||||
// icon-wrench:
|
// icon-wrench:
|
||||||
content: '\e83d';
|
content: '\e83d';
|
||||||
float: left;
|
float: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-left: -1.5em;
|
margin-left: -1.5em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
@ -646,8 +675,8 @@ table.icinga-objects {
|
|||||||
color: @gray;
|
color: @gray;
|
||||||
// icon-pin
|
// icon-pin
|
||||||
content: '\e879';
|
content: '\e879';
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.icinga-object td:first-child::before {
|
tr.icinga-object td:first-child::before {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
// icon-thumbs-up
|
// icon-thumbs-up
|
||||||
@ -932,7 +961,7 @@ form.editor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Differences .Skipped {
|
.Differences .Skipped {
|
||||||
background: @gray-lightest;
|
background: @gray-lightest;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user