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{ .HostSummary-graph--successful{
text-anchor: start !important; text-anchor: start !important;
} }
@@ -7,7 +8,10 @@
.HostSummary-graph--changed{ .HostSummary-graph--changed{
text-anchor: start !important; text-anchor: start !important;
} }
.HostSUmmary-graph--unreachable{}
.HostSummary-loading{ .HostSummary-loading{
border: none; border: none;
} }
.HostSummary-loading{
padding-left: 0px !important;
color: @default-interface-txt;
}