[wp-trac] [WordPress Trac] #10110: wp-admin/css/media.css rule for labels

WordPress Trac wp-trac at lists.automattic.com
Thu Jun 11 17:15:52 GMT 2009


#10110: wp-admin/css/media.css rule for labels
--------------------------+-------------------------------------------------
 Reporter:  hailin        |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  normal        |   Milestone:  Unassigned
Component:  General       |     Version:            
 Severity:  normal        |    Keywords:            
--------------------------+-------------------------------------------------
 I remember Andrew added this rule to address multiple labels display case
 in media library.

 .describe label {
     display: inline;
  }

 One remaining issue is that those labels inherited font-weight: bold, so
 they are kind of ugly when the string is long.
 I think we should make this more precise - it applies to "td" only, and
 make it font-weight: normal
 Looks better this way:

 .describe td label {
     display: inline;
     font-weight: normal;
 }

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10110>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list