ui: bump down the size on the health check name under service

This commit is contained in:
Jack Pearkes 2014-04-30 22:53:17 -04:00
parent bdd71dee33
commit 5015650e5b
2 changed files with 5 additions and 2 deletions

View File

@ -264,7 +264,7 @@
<ul class="list-unstyled list-broken">
{{#each check in node.Checks }}
<li>
<h4>{{ check.Name }} <small>{{ check.CheckID }}</small> <span class="pull-right"><small>{{check.Status}}</small></h4>
<h4 class="check">{{ check.Name }} <small>{{ check.CheckID }}</small> <span class="pull-right"><small>{{check.Status}}</small></h4>
</li>
{{/each}}
</ul>

View File

@ -34,9 +34,12 @@
font-size: 14px;
color: $text-color;
}
h5 {
h5 {
font-size: 12px;
}
h4.check {
font-size: 16px;
}
}
.panel-bar {