Fix for Firefox

This commit is contained in:
takezoe
2014-11-03 02:30:19 +09:00
parent a9d58698cd
commit badbe73f4e
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
@html.main(s"Labels - ${repository.owner}/${repository.name}"){
@html.menu("issues", repository){
@issues.html.tab("labels", hasWritePermission, repository)
 
<br>
<table class="table table-bordered table-hover table-issues" id="new-label-table" style="display: none;">
<tr><td></td></tr>
</table>

View File

@@ -12,6 +12,7 @@
@import context._
@import view.helpers._
@import service.IssuesService.IssueInfo
<br>
@if(condition.nonEmpty){
<div>
<a href="@service.IssuesService.IssueSearchCondition().toURL" class="header-link">
@@ -21,7 +22,6 @@
</a>
</div>
}
&nbsp;
<table class="table table-bordered table-hover table-issues">
<tr>
<th style="background-color: #eee;">

View File

@@ -7,7 +7,7 @@
@html.main(s"Milestones - ${repository.owner}/${repository.name}"){
@html.menu("issues", repository){
@issues.html.tab("milestones", hasWritePermission, repository)
&nbsp;
<br>
<table class="table table-bordered table-hover table-issues">
<tr>
<th style="background-color: #eee;">