Minor style fix

This commit is contained in:
Sam Georges 2014-05-28 14:11:13 +10:00
parent 1bfac1aa11
commit 3fa68a142e
2 changed files with 2 additions and 2 deletions

View File

@ -8000,7 +8000,7 @@ table.table.data .list-checkbox .custom-checkbox label {
margin-right: 0;
}
table.table.data thead tr th.list-checkbox {
padding: 18px 0 0 18px;
padding: 18px 0 0 20px;
}
table.table.data .list-tree {
width: 10px;

View File

@ -231,7 +231,7 @@ table.table.data {
}
thead tr th.list-checkbox {
padding: 18px 0 0 18px;
padding: 18px 0 0 20px;
}
.list-tree {