remove padding when no host summary results are visible, use @default-interface-txt, resolves #2045 (#2235)

This commit is contained in:
Leigh 2016-06-09 12:36:26 -04:00
parent 59c169ff27
commit 4d826c2b41

View File

@ -1,3 +1,4 @@
@import '../../shared/branding/colors.default.less';
.HostSummary-graph--successful{
text-anchor: start !important;
}
@ -7,7 +8,10 @@
.HostSummary-graph--changed{
text-anchor: start !important;
}
.HostSUmmary-graph--unreachable{}
.HostSummary-loading{
border: none;
}
}
.HostSummary-loading{
padding-left: 0px !important;
color: @default-interface-txt;
}