[wp-trac] [WordPress Trac] #28500: css issue FF30 input height
WordPress Trac
noreply at wordpress.org
Mon Jun 16 14:09:46 UTC 2014
#28500: css issue FF30 input height
----------------------------+---------------------------------
Reporter: alexufo | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.0
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: ui, administration
----------------------------+---------------------------------
Description changed by nofearinc:
Old description:
> Can you test it in FF30 all input fields (text, password...) and "select"
> fields now has different size.
> 1) enter in any hierarchical taxonomy editing form. ( example wp-admin
> /edit-tags.php?taxonomy=category )
>
> 2) you will see "select" different size from other inputs.
>
> in FF 29 size of all inputs = 28px.
> .wp-admin select {
> height: 28px;
> }
> Now in FF 30 need add height: 28px to other inputs too .
New description:
Can you test it in FF30 all input fields (text, password...) and "select"
fields now has different size.
1) enter in any hierarchical taxonomy editing form. ( example `wp-admin
/edit-tags.php?taxonomy=category` )
2) you will see "select" different size from other inputs.
in FF 29 size of all inputs = 28px.
{{{
.wp-admin select {
height: 28px;
}
}}}
Now in FF 30 need add height: 28px to other inputs too .
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28500#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list