parent
77e797db88
commit
37928df897
|
@ -402,13 +402,6 @@ form.instance-features span.description, form.object-features span.description {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-variables ul {
|
|
||||||
list-style-type: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
padding-left: @vertical-padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.pluginoutput {
|
div.pluginoutput {
|
||||||
border-left: 5px solid @gray-lighter;
|
border-left: 5px solid @gray-lighter;
|
||||||
padding: 0.66em 0.33em;
|
padding: 0.66em 0.33em;
|
||||||
|
|
|
@ -17,6 +17,17 @@
|
||||||
width: 4em;
|
width: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Custom variables in the host and service detail view
|
||||||
|
.custom-variables > ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 0 0 @vertical-padding;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Host name and IP addresses in the host and service detail view
|
// Host name and IP addresses in the host and service detail view
|
||||||
.host-meta {
|
.host-meta {
|
||||||
color: @text-color-light;
|
color: @text-color-light;
|
||||||
|
|
Loading…
Reference in New Issue