FIX Remove padding to fix checkbox alignment in bulk management (#159)

This commit is contained in:
Robbie Averill 2017-12-14 20:22:14 +13:00 committed by Thierry François
parent d6b816cb7f
commit 742fa6d292
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
background: transparent url(../../framework/images/network-save.gif) no-repeat 0 0; }
.cms table.grid-field__table tbody .col-bulkSelect {
width: 25px;
padding: 0 10px;
text-align: center; }
.cms table.grid-field__table tbody td a.tempDisabledEditLink {
background: url("../../framework/admin/images/btn-icon/document--pencil.png") no-repeat 2px 0px;

View File

@ -58,7 +58,6 @@
.col-bulkSelect
{
width: 25px;
padding: 0 10px;
text-align: center;
}