I have been trying and trying to reproduce this, but don't seem to be getting the hang of it as I am new to bootstrap.
Here is the image I am trying to replicate:
I already have the Header - that wasn't too bad. But getting the checkmark in a nicely sized box that isn't relative width, putting a border around it, and getting the other content in that row is maddening to me :( I can't even seem to get the checkmark in there right much less the rest.
Even centering a glyphicon in a shaded box with a border (with no padding) seems hard to me right now.
My code is probably horrible, but here it is so far:
<div class="container">
<div class="row table-bordered">
<div class="col-md-12">
<div class="MyCheckBox"><img src="images/checkbox.png" /></div>
<span class="ContractBrand">Contract</span> is verified accurate and hasn't changed since 2015-01-01.
</div>
<div class="col-md-2">
VERIFIED 2015-11-06
</div>
</div>
</div>
My CSS is mostly background color, border color, text sizing, text color. Nothing special there.
Hopefully someone can steer me right. I feel flustered and I know it can't be that difficult.