mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
parent
6b897e239d
commit
8a4674c33c
1 changed files with 12 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue