mollom.admin.css 328 B

123456789101112
  1. /**
  2. * Override common theme styles for form actions and buttons.
  3. *
  4. * Themes typically apply margins to the .form-actions container and form
  5. * buttons, which adds too much vertical spacing to the first table row in the
  6. * blacklist table.
  7. */
  8. #mollom-blacklist .form-actions,
  9. #mollom-blacklist .form-submit {
  10. margin: 0;
  11. }