Actions
Bug #5011
closedtemplate RTL usage not functional
Description
The rtl.css needs to be updated with better rtl CSS. Using the following causes all of CB to properly swap to RTL.
.cb_template * {
direction: rtl;
}
A couple other minor adjustments will be needed to prefix/suffix classes so the margin is swapped, but aside from that it appears to be an acceptable quickfix.
Actions