You are here

views_bulk_operations.css in Views Bulk Operations (VBO) 7.3

.vbo-select-all-markup,
.vbo-table-select-all-markup {
  display: none;
}

/* "Select all" for table styles. */
.vbo-views-form thead .form-type-checkbox {
  margin: 0;
}
.vbo-table-select-all {
  display: none;
}
.views-table-row-select-all {
  display: none;
}
.views-table-row-select-all td {
  text-align: center;
}
.vbo-views-form .vbo-table-select-all-pages,
.vbo-views-form .vbo-table-select-this-page {
  margin: 0;
  padding: 2px 5px;
}

/* Generic "select all" */
.vbo-fieldset-select-all {
  text-align: center;
  width: 210px;
  padding: 0.6em 0;
}
.vbo-fieldset-select-all .form-item {
  margin-bottom: 0;
}
.vbo-fieldset-select-all div {
  padding: 0;
  margin: 0;
}

File

css/views_bulk_operations.css
View source
  1. .vbo-select-all-markup,
  2. .vbo-table-select-all-markup {
  3. display: none;
  4. }
  5. /* "Select all" for table styles. */
  6. .vbo-views-form thead .form-type-checkbox {
  7. margin: 0;
  8. }
  9. .vbo-table-select-all {
  10. display: none;
  11. }
  12. .views-table-row-select-all {
  13. display: none;
  14. }
  15. .views-table-row-select-all td {
  16. text-align: center;
  17. }
  18. .vbo-views-form .vbo-table-select-all-pages,
  19. .vbo-views-form .vbo-table-select-this-page {
  20. margin: 0;
  21. padding: 2px 5px;
  22. }
  23. /* Generic "select all" */
  24. .vbo-fieldset-select-all {
  25. text-align: center;
  26. width: 210px;
  27. padding: 0.6em 0;
  28. }
  29. .vbo-fieldset-select-all .form-item {
  30. margin-bottom: 0;
  31. }
  32. .vbo-fieldset-select-all div {
  33. padding: 0;
  34. margin: 0;
  35. }