[wp-trac] [WordPress Trac] #20918: Tweak available theme action links for i18n purposes

WordPress Trac wp-trac at lists.automattic.com
Tue Jun 12 14:57:58 UTC 2012


#20918: Tweak available theme action links for i18n purposes
----------------------------+------------------
 Reporter:  SergeyBiryukov  |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  3.4
Component:  I18N            |     Version:  3.4
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |
----------------------------+------------------

Comment (by nacin):

 > There shouldn't be extra padding, since that links already have 10px
 padding

 Padding, margin, and border are assigned to the right of a link, and they
 are zeroed out for the last link:
 {{{
 #current-theme .theme-info li:last-child,
 .theme-options li:last-child,
 .available-theme .action-links li:last-child {
         padding-right: 0;
         margin-right: 0;
         border-right: 0;
 }
 }}}

 I would rather just move the Delete link inside "Details" and avoid issues
 with longer strings, but I don't know if that is tenable from a UX
 perspective.

 I could be okay with a patch to reduce the padding for specific locales,
 in addition to [attachment:20918.diff], but there has to be a consensus on
 which locales and how much reduction, soon.

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


More information about the wp-trac mailing list