Carded notifications

This commit is contained in:
Mark McDowall 2013-06-25 17:34:33 -07:00
commit 195f9d9d27
12 changed files with 147 additions and 44 deletions

View file

@ -1,14 +1,10 @@
<table class="table table-hover">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>On Grab</th>
<th>On Download</th>
<th>Controls</th>
</tr>
</thead>
<tbody></tbody>
</table>
<button class="btn btn-success x-add">Add</button>
<div class="row">
<div class="span12">
<button class="btn btn-success x-add">Add Notification</button>
</div>
</div>
<div class="row">
<div class="span12">
<ul class="notifications"></ul>
</div>
</div>