Skip to content

Commit

Permalink
monitoring/CSS: Add rules for controls
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent 6b897e2 commit 8a4674c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions modules/monitoring/public/css/module.less
Expand Up @@ -12,8 +12,18 @@
}
}

.v-center {
margin-top: 10px;
.hosts-summary,
.services-summary {
.v-center();
margin-top: @horizontal-padding;
}

.grid {
.hosts-summary,
.services-summary {
margin: 0;
.pull-left();
}
}

/* Generic box element */
Expand Down

0 comments on commit 8a4674c

Please sign in to comment.