* Fix task #4783.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#storyList th{border:none}
|
||||
#bugList th{border:none}
|
||||
.hide-side .col-main {width: 100%;}
|
||||
.hide-side .col-side .main-side {width: 0; display: none;}
|
||||
|
||||
@@ -16,4 +18,4 @@
|
||||
|
||||
.linkBox #queryBox .search-form .form-actions {padding-bottom: 5px;}
|
||||
.linkBox .table-header {padding: 8px 15px; border-bottom: 1px solid #cbd0db;}
|
||||
#unlinkStoryList, #unlinkBugList {border-top: 1px solid #cbd0db;}
|
||||
#unlinkStoryList, #unlinkBugList {border-top: 1px solid #cbd0db;}
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
<?php endforeach;?>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class='table-footer' style="<?php echo $unlinkedCount ? '' : 'border:none'?>">
|
||||
<div class='table-footer'>
|
||||
<?php if($unlinkedCount):?>
|
||||
<div class="checkbox-primary check-all"><label><?php echo $lang->selectAll?></label></div>
|
||||
<div class="table-actions btn-toolbar">
|
||||
|
||||
Reference in New Issue
Block a user