monitoring/CSS: Move custom-variables styles to tables.less

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 11:41:14 +01:00
parent 77e797db88
commit 37928df897
2 changed files with 11 additions and 7 deletions

View File

@ -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;

View File

@ -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;