diff --git a/core/themes/seven/css/components/views-bulk-operations.css b/core/themes/seven/css/components/views-bulk-operations.css new file mode 100644 index 0000000..735cb05 --- /dev/null +++ b/core/themes/seven/css/components/views-bulk-operations.css @@ -0,0 +1,33 @@ +/** + * @file + * Theme the Views bulk operations form to improve usability + */ + +#edit-header { + background-color: #f7f7f7; + padding: 0 10px; + margin-top: 1em; + margin-bottom: 1em; + border: 1px solid #e6e4df; +} +#edit-header:after { + content: ""; + display: table; + clear: both; +} +#edit-header .form-item { + float: left; + margin-right: 10px; +} +#edit-header .form-item-action { + max-width: 100%; +} +#edit-header .form-item-action label { + float: left; + margin-right: 10px; +} +#edit-header .form-actions { + margin-top: 0.7em; + margin-bottom: 0.7em; + float: left; +} diff --git a/core/themes/seven/seven.libraries.yml b/core/themes/seven/seven.libraries.yml index e68b75a..f411e42 100644 --- a/core/themes/seven/seven.libraries.yml +++ b/core/themes/seven/seven.libraries.yml @@ -30,6 +30,7 @@ global-styling: css/components/system-status-report.css: {} css/components/tabs.css: {} css/components/views-ui.css: {} + css/components/views-bulk-operations.css: {} layout: css/layout/layout.css: {} dependencies: