[wp-trac] [WordPress Trac] #14985: Wrong CSS in the Right Now module of the Dashboard

WordPress Trac wp-trac at lists.automattic.com
Tue Sep 28 12:58:20 UTC 2010


#14985: Wrong CSS in the Right Now module of the Dashboard
----------------------------+-----------------------------------------------
 Reporter:  doktorbro       |       Owner:                 
     Type:  defect (bug)    |      Status:  new            
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  3.0.1          
 Severity:  normal          |    Keywords:  dashboard, css 
----------------------------+-----------------------------------------------
 If you add a new entry below the spam comments count on the Dashboard,
 there is a collision with the button. See the image "ugly".

 The problem is

 {{{
 #dashboard_right_now .versions {
 clear:"left";
 padding:6px 10px 12px;
 }
 }}}

 The value '''both''' makes it nice:

 {{{
 #dashboard_right_now .versions {
 clear:"both";
 padding:6px 10px 12px;
 }
 }}}

 See the image "nice".

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


More information about the wp-trac mailing list