views_bulk_operations.css 693 B

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