Morocco
|
hello vot,
The UCenter panel is styled using uc_server\images\admincp.css. In fact, there is no admincp_rtl.css in that folder. I created one, and correct it. But still not used by template, because of this line:
<link rel="stylesheet" href="images/admincp.css" type="text/css" media="all" />
that have to be changed in these 3 files:
uc_server\data\view\header.php
uc_server\view\default\admin_frame_header.htm
uc_server\view\default\admin_frame_index.htm
I tried and replaced this line with:
<link rel="stylesheet" href="images/admincp{RTLSUFFIX}.css" type="text/css" media="all" />
But no luck, it's not as simple as that.
Thank you for correcting this issue.
And here is the admincp_rtl.css I created:
|
This post contains more resources
You have to Login for download or view attachment(s). No Account? Register
x
|