Hide the top margin for group views in the dashboard

refs #7876
This commit is contained in:
Johannes Meyer 2015-04-20 13:18:57 +02:00
parent 8b18c5a60a
commit 76305269a9
1 changed files with 4 additions and 0 deletions

View File

@ -814,6 +814,10 @@ div.timeline {
/* Monitoring groupsummary styles */
.dashboard table.groupview {
margin-top: 0;
}
table.groupview {
width: 100%;
margin-top: 1em;