what about RTL support?

Comments

rhayun’s picture

basically you just need to add this file "modal_forms_popup-rtl.css" into css folder with that content:

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

div.modal-forms-modal-content div.messages > .messages {
  padding: 10px 40px 10px 10px;
}

/* Styles for modal forms modal */

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

div.modal-forms-modal-content .popups-close {
  right: auto;
  left: 5px;
  text-indent: 9999px;
}

please add it in next release

frjo’s picture

Status: Active » Fixed

I have now added a "modal_forms_popup-rtl.css" in 7-dev. Thanks for showing how it should be done!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.