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 {
|
||||
border-left: 5px solid @gray-lighter;
|
||||
padding: 0.66em 0.33em;
|
||||
|
|
|
@ -17,6 +17,17 @@
|
|||
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-meta {
|
||||
color: @text-color-light;
|
||||
|
|
Loading…
Reference in New Issue