Fix checkboxes in Views Bulk Operations (again).

This commit is contained in:
Michael Stenta 2015-04-16 15:32:07 -04:00
parent 33c8516f4d
commit f8100b54eb
1 changed files with 1 additions and 0 deletions

View File

@ -31,4 +31,5 @@
*/
.views-field-views-bulk-operations .checkbox input[type="checkbox"] {
margin-left: 0;
position: relative;
}