Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.3.0-b1
-
Component/s: None
-
Labels:None
Description
When a language is shown in right-to-left, several styles are no longer correct, and need to be updated.
I would suggest creating a "rtl.css" file that contains the updates in each of:
/app/views/default/css/
/app/views/admin/default/css/
/app/views/client/default/css/
And then updating the structure templates to load the CSS file if RTL is used:
/app/views/default/structure.pdt
/app/views/admin/default/structure.pdt
/app/views/admin/default/structure_admin_login.pdt
/app/views/client/default/structure.pdt
You can change LTR or RTL in the AppController language file.
Issue Links
- relates to
-
CORE-1412 Update styles for languages shown right-to-left in the admin interface
- Closed
I updated the rtl.css for the client area. The staff area still needs to be completed.