FIX Remove padding to fix checkbox alignment in bulk management

This commit is contained in:
Robbie Averill 2017-12-14 18:05:35 +13:00
parent d6b816cb7f
commit 5b9e819243
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;
}