"Email interface like Gmail"
Bootstrap 2.3.2 Snippet by msurguy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<table class="table table-condensed table-hover">
<thead>
<tr>
<th class="span1"><input type="checkbox"></th>
<th class="span2"></th>
<th class="span2"></th>
<th class="span9"></th>
<th class="span2"></th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox"> <a href="#"><i class="icon-star-empty"></i></a></td>
<td><strong>John Doe</strong></td>
<td><span class="label pull-right">Notifications</span></td>
<td><strong>Message body goes here</strong></td>
<td><strong>11:23 PM</strong></td>
</tr>
<tr>
<td><input type="checkbox"> <a href="#"><i class="icon-star-empty"></i></a></td>
<td>John Doe</td>
<td><span class="label pull-right">Notifications</span></td>
<td>Message body goes here</td>
<td>Sept4</td>
</tr>
<tr>
<td><input type="checkbox"> <a href="#"><i class="icon-star"></i></a></td>
<td><strong>John Doe</strong></td>
<td><span class="label pull-right">Notifications</span></td>
<td><strong>Message body goes here</strong></td>
<td><strong>Sept3</strong></td>
</tr>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: