You are here

modal_forms_popup-rtl.css in Modal forms (with ctools) 7

/* RTL CSS for modal forms. */

div.modal-forms-modal-content .item-list ul li {
  margin: 0 1.5em 0.25em 0;
}

div.modal-forms-modal-content .popups-container {
  text-align: right;
}

div.modal-forms-modal-content .popups-close {
  float: left;
}

File

css/modal_forms_popup-rtl.css
View source
  1. /* RTL CSS for modal forms. */
  2. div.modal-forms-modal-content .item-list ul li {
  3. margin: 0 1.5em 0.25em 0;
  4. }
  5. div.modal-forms-modal-content .popups-container {
  6. text-align: right;
  7. }
  8. div.modal-forms-modal-content .popups-close {
  9. float: left;
  10. }