You are here

views_bulk_operations.css in Views Bulk Operations (VBO) 5

Same filename and directory in other branches
  1. 6.3 views_bulk_operations.css
/*
** definitions for bulk operation views
*/

/* Float operation selection element */
#views-bulk-operations-select {
}

/* Put some margins on the Execute button */
#views-bulk-operations-dropdown {
  float: left;
  padding: 3px;
}

/* Put some margins on the Execute button */
#views-bulk-operations-submit {
  padding: 14px 0px 0px 0px;
}

/* Style the admin operations link */
#views-bulk-operations-admin {
  clear:both;
}

/* Clear the node selector dropdown */
.views-node-selector {
  clear: both;
}

/* Select All row */
.view-field-select-all {
  text-align: center;
  display: none;
}

File

views_bulk_operations.css
View source
  1. /*
  2. ** definitions for bulk operation views
  3. */
  4. /* Float operation selection element */
  5. #views-bulk-operations-select {
  6. }
  7. /* Put some margins on the Execute button */
  8. #views-bulk-operations-dropdown {
  9. float: left;
  10. padding: 3px;
  11. }
  12. /* Put some margins on the Execute button */
  13. #views-bulk-operations-submit {
  14. padding: 14px 0px 0px 0px;
  15. }
  16. /* Style the admin operations link */
  17. #views-bulk-operations-admin {
  18. clear:both;
  19. }
  20. /* Clear the node selector dropdown */
  21. .views-node-selector {
  22. clear: both;
  23. }
  24. /* Select All row */
  25. .view-field-select-all {
  26. text-align: center;
  27. display: none;
  28. }