ui: basic styles for check list

pull/98/head
Jack Pearkes 11 years ago
parent 3e4029c010
commit 03138104b9

@ -101,10 +101,13 @@
</div>
<div class="panel-body">
<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>
<hr>
</li>
{{/each}}
</ul>
</div>
</div>

@ -36,3 +36,14 @@
border-top-left-radius: 0px;
}
}
ul.list-broken {
li {
border-bottom: 2px $gray-background solid;
}
li:last-child {
border-width: 0px;
}
}

Loading…
Cancel
Save