Fix styles

This commit is contained in:
Naoki Takezoe
2017-09-12 20:57:35 +09:00
parent c8af6c4b5a
commit fe73c11611
3 changed files with 9 additions and 15 deletions

View File

@@ -16,9 +16,7 @@
<table class="table table-bordered table-hover table-issues">
<thead>
<tr id="label-row-header">
<th style="background-color: #eee;">
<span class="small">@labels.size labels</span>
</th>
<th>@labels.size labels</th>
</tr>
</thead>
<tbody>

View File

@@ -13,15 +13,13 @@
<table class="table table-bordered table-hover table-issues">
<thead>
<tr>
<th style="background-color: #eee;">
<span class="small">
<a class="button-link@if(state == "open"){ selected}" href="?state=open">
@milestones.count(_._1.closedDate.isEmpty) Open
</a>&nbsp;&nbsp;
<a class="button-link@if(state == "closed"){ selected}" href="?state=closed">
@milestones.count(_._1.closedDate.isDefined) Closed
</a>
</span>
<th>
<a class="button-link@if(state == "open"){ selected}" href="?state=open">
@milestones.count(_._1.closedDate.isEmpty) Open
</a>&nbsp;&nbsp;
<a class="button-link@if(state == "closed"){ selected}" href="?state=closed">
@milestones.count(_._1.closedDate.isDefined) Closed
</a>
</th>
</tr>
</thead>

View File

@@ -16,9 +16,7 @@
<table id="priorities-table" class="table table-bordered table-hover table-issues">
<thead>
<tr id="priority-row-header">
<th style="background-color: #eee;">
<span class="small">@priorities.size priorities</span>
</th>
<th>@priorities.size priorities</th>
</tr>
</thead>
<tbody>