You are here

styles.css in Webform Multiple (WFM) 7

/**
 * CSS for the Webform Multiple module.
 */

/* Style the 'Add another item' button. */
.form-submit.wfm-add {
  margin-bottom: 1em;
  margin-top: 0.3em;
}

/* Allow the 'Remove' button to appear next to the element it applies to. */
.wfm-item > .form-item {
  display: inline-block;
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

File

styles.css
View source
  1. /**
  2. * CSS for the Webform Multiple module.
  3. */
  4. /* Style the 'Add another item' button. */
  5. .form-submit.wfm-add {
  6. margin-bottom: 1em;
  7. margin-top: 0.3em;
  8. }
  9. /* Allow the 'Remove' button to appear next to the element it applies to. */
  10. .wfm-item > .form-item {
  11. display: inline-block;
  12. margin-bottom: 0.3em;
  13. margin-top: 0.3em;
  14. }