Fixes: U4-4405 List view icons are broken in firefox

This commit is contained in:
perploug
2014-03-17 20:53:19 +01:00
parent 3cabec84d4
commit d6f00d9367
2 changed files with 2 additions and 4 deletions

View File

@@ -172,8 +172,7 @@
}
.table-striped tbody input[type="checkbox"] {
display: block;
position: absolute;
display: none;
top: 10px;
left:10px;
z-index: 5;
@@ -181,7 +180,6 @@
.table-striped tbody i {
display: block;
position: absolute;
top: 10px;
left:6px;
padding: 0 0 0 4px;

View File

@@ -44,7 +44,7 @@
<table class="table table-striped">
<thead>
<tr>
<td>
<td style="width: 35px">
<input type="checkbox" ng-click="selectAll($event)" ng-checked="isSelectedAll()"></td>
<td><a href="#" ng-click="sort('Name')" prevent-default>
<localize key="general_name">Name</localize>