[wp-trac] [WordPress Trac] #19147: Admin bar shortlink input is missing left padding

WordPress Trac wp-trac at lists.automattic.com
Fri Nov 4 11:21:29 UTC 2011


#19147: Admin bar shortlink input is missing left padding
--------------------------+-----------------------
 Reporter:  duck_         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  3.3
Component:  UI            |    Version:  3.3
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------
 The `#wpadminbar .shortlink-input` left/right padding of 1em

 {{{
 #wpadminbar .shortlink-input {
     padding: 0 1em;
 }
 }}}

 is overridden by the CSS which adds top/bottom padding for `#wpadminbar
 .quicklinks .menupop ul`

 {{{
 #wpadminbar .quicklinks .menupop ul,
 #wpadminbar .shortlink-input {
     padding: 6px 0;
 }
 }}}

 Patch attached uses `padding-top` and `padding-bottom` instead of the
 shorthand for the 6px padding.

 See [18695], #18197.

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


More information about the wp-trac mailing list