[wp-trac] [WordPress Trac] #16082: Widgets Panel needs to be RTLized (was: Float right required (css issue))

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 20 06:31:04 UTC 2011


#16082: Widgets Panel needs to be RTLized
----------------------------------------+-----------------------
 Reporter:  rasheed                     |       Owner:  yoavf
     Type:  defect (bug)                |      Status:  accepted
 Priority:  normal                      |   Milestone:  3.2
Component:  RTL                         |     Version:  3.1
 Severity:  normal                      |  Resolution:
 Keywords:  has-patch commit 3.2-early  |
----------------------------------------+-----------------------
Description changed by yoavf:

Old description:

> Snapshot: http://img577.imageshack.us/img577/9193/1212t.gif
>
> Location: wp-admin/widgets.php (Wordpres-ar/rtl)
>
> #widget-list .widget {
>     border: 0 none;
>     float: left; '''(float should be right)'''
>     margin: 0 10px 15px;
>     width: 250px;
> }

New description:

 Snapshot: http://img577.imageshack.us/img577/9193/1212t.gif

 Location: wp-admin/widgets.php (Wordpres-ar/rtl)

 #widget-list .widget {
     border: 0 none;
     float: left; '''(float should be right)'''
     margin: 0 10px 15px;
     width: 250px;
 }

 --
 Edit by yoavf: edited title to reflect new patch that RTLize the whole
 widgets panel

--

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


More information about the wp-trac mailing list