[wp-trac] [WordPress Trac] #16834: UI problem in Permalinks SubPanel (on RTL sites)

WordPress Trac noreply at wordpress.org
Fri Nov 16 15:05:44 UTC 2012


#16834: UI problem in Permalinks SubPanel (on RTL sites)
----------------------------------------------+----------------------------
 Reporter:  ramiy                             |       Owner:  ramiy
     Type:  enhancement                       |      Status:  accepted
 Priority:  normal                            |   Milestone:  Future
Component:  RTL                               |  Release
 Severity:  normal                            |     Version:  3.1
 Keywords:  rtl-feedback has-patch 3.2-early  |  Resolution:
----------------------------------------------+----------------------------

Comment (by ramiy):

 Yoav, i tried to recreate this on WordPress350-Beta3, but it's not
 working.

 Tried both '''direction: lrt;''' and '''unicode-bidi: override;'''.

 Fixed this using:
 {{{
 .options-permalink-php code,
 #permalink_structure {
         float:left;
 }
 }}}
 (on wp-admin-rtl.css:1322)


 Here is the result - http://i.imgur.com/cnmNa.png

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16834#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list