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

View File

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

View File

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