Skip to content

Commit

Permalink
monitoring/CSS: Move custom-variables styles to tables.less
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent 77e797d commit 37928df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 0 additions & 7 deletions modules/monitoring/public/css/module.less
Expand Up @@ -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;
Expand Down
11 changes: 11 additions & 0 deletions modules/monitoring/public/css/tables.less
Expand Up @@ -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;
Expand Down

0 comments on commit 37928df

Please sign in to comment.