Display VBO checkboxes inline in Views Tree displays.

This commit is contained in:
Michael Stenta 2017-07-11 08:15:02 -04:00
parent ae9ca7d069
commit c28232ae21
1 changed files with 12 additions and 0 deletions

View File

@ -136,6 +136,18 @@ h2.resp-tab-active,
position: relative;
}
/**
* Display VBO checkboxes inline in Views Tree displays.
* Note: the .views-tree class must be added manually to the View's
* "Advanced > CSS class" setting.
*/
.views-tree .views-field-views-bulk-operations div.checkbox {
display: inline;
}
.views-tree .views-field-views-bulk-operations .checkbox label {
padding-left: 0;
}
/**
* Increase the default font size within maps to create larger buttons.
*/