[wp-trac] [WordPress Trac] #19034: Select of type "multiple" is styled incorrect

WordPress Trac wp-trac at lists.automattic.com
Mon Oct 24 11:39:58 UTC 2011


#19034: Select of type "multiple" is styled incorrect
-------------------------+-----------------------------
 Reporter:  yo-l1982     |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  General      |    Version:  3.2.1
 Severity:  trivial      |   Keywords:
-------------------------+-----------------------------
 Adding a css selector in core admin-css to match a multiple select would
 be a nice feature, as for now the output of this will look like a
 input/text, and a user will have to add its own custom css-file just to
 style this type of select to make it usable.
 Selects is styled generally and set to 2em height to match the most common
 select type.

 Code that shows wrong.
 {{{
 <select multiple="multiple">
 </select>
 }}}


 My suggestion to a solution is to add this into admin css:
 {{{
 #wpcontent select[multiple] {
    height: 4em;
 }
 }}}

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


More information about the wp-trac mailing list