[wp-trac] Re: [WordPress Trac] #8311: 2.7-Miscellaneous Admin UI fixes

WordPress Trac wp-trac at lists.automattic.com
Sat Nov 22 01:09:02 GMT 2008


#8311: 2.7-Miscellaneous Admin UI fixes
---------------------------------+------------------------------------------
 Reporter:  kpdesign             |        Owner:     
     Type:  defect               |       Status:  new
 Priority:  normal               |    Milestone:  2.7
Component:  UI                   |      Version:  2.7
 Severity:  normal               |   Resolution:     
 Keywords:  admin ui, has-patch  |  
---------------------------------+------------------------------------------
Comment (by kpdesign):

 There is one font-size fix that you didn't include that should go in - it
 takes care of the issue at the bottom of the profile page with the text to
 the right of the strength indicator, and any other text in
 tables/descriptions that is wrapped in a paragraph tag and assigned to the
 '''.form-table''' or '''#wpbody-content .describe''' classes:

 {{{
 .form-table td p,
 #wpbody-content .describe td p {
         font-size: 11px;
 }
 }}}

 That font size was already included in the stylesheet (see '''.form-table
 td, #wpbody-content .describe td''' in wp-admin.css), but the same issue
 applies here as did with the .widefat tables - text wrapped in paragraph
 tags in the table are inheriting the general rule from the beginning of
 wp-admin.css and displaying as 12px rather than 11px.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8311#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list