Closed
Bug 895278
Opened 12 years ago
Closed 12 years ago
The text of HTML buttons are not centered vertically
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 893298
People
(Reporter: jonathan.herelier, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20130717 Firefox/25.0 (Nightly/Aurora)
Build ID: 20130717030207
Steps to reproduce:
The text of HTML buttons are not centered vertically when i fix the height of the button in the CSS. You can test this code
<html>
<head>
<title>Test button</title>
</head>
<body>
<input type="button" value="Bla bla bla" style="height: 40px;" />
</body>
</html>
Actual results:
The text of the buttons is not centered vertically
Expected results:
Before, in the previous version of Firefox the text of HTML buttons are centered vertically by default.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•