Opened 14 years ago
Closed 12 years ago
#17886 closed enhancement (fixed)
Buttons in Admin Interface are too thick in Firefox
Reported by: | Alhadis | Owned by: | |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | trivial | Version: | 3.2 |
Component: | UI | Keywords: | has-patch ui-feedback |
Focuses: | Cc: |
Description
Buttons appear thicker in Firefox than other browsers.
Solution: Use the ::-moz-focus-inner
pseudoelement to set the appropriate padding.
Attachments (2)
Change History (7)
#1
@
14 years ago
- Component changed from General to UI
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
#3
@
14 years ago
There's talk about a big CSS cleanup push for 3.3 including dropping the css reset (See http://make.wordpress.org/ui/2011/07/01/the-big-css-overhaul-in-3-3-part-ii/ ). We should use normalize.css below which includes your fix.
as reference:
https://github.com/necolas/normalize.css/blob/master/normalize.css
http://html5boilerplate.com/ (which adopted the normalize.css)
and originally at http://www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
Note: See
TracTickets for help on using
tickets.
Noticed thos yesterday on one of my sites too. We should add ::-moz-focus-inner{ border :0; } too our reset code.