Give certain lists a border

Sometimes borders are useful for lists as they make it easier
to look at the right thing quickly. Other times, they just make
things look crowded. This is an attempt to neaten up the dashboard
and subscription pages.

Change-Id: I15e0efc429c3b181e32c2686b5b407f14ead86d7
This commit is contained in:
Zara 2016-09-20 16:54:48 +00:00
parent d6ecab337d
commit 09780af649
2 changed files with 12 additions and 0 deletions

View File

@ -57,6 +57,7 @@
<div class="row">
<!--stories assigned block-->
<div class="col-sm-6">
<div class="panel panel-default">
<table class="table table-striped">
<thead>
<th colspan="2">Tasks assigned to me</th>
@ -121,10 +122,12 @@
</td>
</tbody>
</table>
</div>
</div>
<!--end stories assigned block-->
<!-- stories created block-->
<div class="col-sm-6">
<div class="panel panel-default">
<table class="table table-striped">
<thead>
<th colspan="2">Stories created by me</th>
@ -157,6 +160,7 @@
</td>
</tbody>
</table>
</div>
</div>
<!-- end stories created block-->
</div>

View File

@ -26,6 +26,7 @@
</div>
<div class="row">
<div class="col-sm-6">
<div class="panel panel-default">
<table class="table table-striped">
<thead>
<th colspan="2">
@ -61,9 +62,11 @@
</td>
</tbody>
</table>
</div>
</div>
<div class="col-sm-6">
<hr class="visible-xs"/>
<div class= "panel panel-default">
<table class="table table-striped">
<thead>
<th>
@ -95,9 +98,11 @@
</td>
</tbody>
</table>
</div>
</div>
<div class="col-sm-6">
<hr class="visible-xs"/>
<div class="panel panel-default">
<table class="table table-striped">
<thead>
<th>
@ -129,9 +134,11 @@
</td>
</tbody>
</table>
</div>
</div>
<div class="col-sm-6">
<hr class="visible-xs"/>
<div class="panel panel-default">
<table class="table table-striped">
<thead>
<th>
@ -171,6 +178,7 @@
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>