[wp-trac] [WordPress Trac] #18168: Page Attributes 'select' elements expand beyond edge of page.

WordPress Trac wp-trac at lists.automattic.com
Tue Jul 19 02:17:57 UTC 2011


#18168: Page Attributes 'select' elements expand beyond edge of page.
--------------------------+-----------------------------
 Reporter:  jtsternberg   |      Owner:  jtsternberg
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  UI            |    Version:  3.2.1
 Severity:  normal        |   Keywords:  has-patch
--------------------------+-----------------------------
 This is the case with the wp_dropdown_pages if any of any page names are
 too long.
 screenshots: http://d.pr/9TzY & http://d.pr/jKE

 relevant code added in wp-admin.dev.css:
 {{{
 textarea,
 input[type="text"],
 input[type="password"],
 input[type="file"],
 input[type="button"],
 input[type="submit"],
 input[type="reset"],
 select {
         border-width: 1px;
         border-style: solid;
         -moz-border-radius: 3px;
         -khtml-border-radius: 3px;
         -webkit-border-radius: 3px;
         border-radius: 3px;
         max-width: 100%;  /* added for select fix */
 }

 }}}

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


More information about the wp-trac mailing list