[wp-meta] [Making WordPress.org] #105: RTL for the Support Forum theme on the international sites
Making WordPress.org
noreply at wordpress.org
Mon Sep 21 19:20:47 UTC 2015
#105: RTL for the Support Forum theme on the international sites
--------------------------------+----------------------------------
Reporter: RanYanivHartstein | Owner:
Type: defect | Status: new
Priority: low | Component: International Forums
Resolution: | Keywords:
--------------------------------+----------------------------------
Comment (by ramiy):
@samuelsidler, I don't have access to the forums. The flowing conclusions
are based on chrome inspector:
----
> #pages a:after, #pages span:after { content: "\200F"; }
This is an old trick for RTL (see:
http://stackoverflow.com/questions/8227183/rtl-is-on-web-page-reverses-
numbers-with-a-dash). Not needed in our case. Seems like ocean90 solved
the forum pagination RTL issues when fixed all the rosetta sites RTL
issues two months ago.
----
> #pagebody table.widefat th { text-align: right; }
This on is already implemented.
----
> #pagebody ol#thread { list-style: none; }
'''Needs to be implemented in RTL forums.'''
----
> #footer iframe, #footer p { float: left; }
> #footer h6 { float: right; }
Both `#footer` are not relevant any more. All footer links removed from
rosetta sites in favor of global wporg-footer.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/105#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list