mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
FIX Remove padding to fix checkbox alignment in bulk management (#159)
This commit is contained in:
parent
d6b816cb7f
commit
742fa6d292
@ -22,7 +22,6 @@
|
|||||||
background: transparent url(../../framework/images/network-save.gif) no-repeat 0 0; }
|
background: transparent url(../../framework/images/network-save.gif) no-repeat 0 0; }
|
||||||
.cms table.grid-field__table tbody .col-bulkSelect {
|
.cms table.grid-field__table tbody .col-bulkSelect {
|
||||||
width: 25px;
|
width: 25px;
|
||||||
padding: 0 10px;
|
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
.cms table.grid-field__table tbody td a.tempDisabledEditLink {
|
.cms table.grid-field__table tbody td a.tempDisabledEditLink {
|
||||||
background: url("../../framework/admin/images/btn-icon/document--pencil.png") no-repeat 2px 0px;
|
background: url("../../framework/admin/images/btn-icon/document--pencil.png") no-repeat 2px 0px;
|
||||||
|
@ -58,7 +58,6 @@
|
|||||||
.col-bulkSelect
|
.col-bulkSelect
|
||||||
{
|
{
|
||||||
width: 25px;
|
width: 25px;
|
||||||
padding: 0 10px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user