* fixed style.

This commit is contained in:
Catouse
2014-04-18 10:31:14 +08:00
parent a0bc37e751
commit d6916ee145
12 changed files with 44 additions and 74 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<?php common::printIcon('bug', 'create', "productID=$productID&extra=projectID=$project->id");?>
</div>
</div>
<table class='table table-fixed tablesorter' id='bugList'>
<table class='table table-condensed table-hover table-striped table-borderless tablesorter table-fixed' id='bugList'>
<thead>
<tr>
<?php $vars = "projectID={$project->id}&orderBy=%s&build=$buildID&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}"; ?>