Closed
Bug 451575
Opened 16 years ago
Closed 16 years ago
CSS Form Text Input Padding
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 451574
People
(Reporter: email, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
My HTML:
<input type="text" id="form_email" class="form_text" name="email" value="Your Email Address">
My CSS:
.form_text {
width: 138px;
height: 17px;
border: 0;
padding: 4px 6px 0;
margin: -1px 0 0 -1px;
background: transparent;
color: #764520;
font: 11px verdana, sans-serif;
}
All of my other browsers (about 8 or 9 total) display the padding (both vertically and horizontally) correct, including FireFox 2.
FF3 is adding an extra pixel to the padding.
Reproducible: Always
Steps to Reproduce:
1. Create a page with my input
2. Create a stylesheet with my css
3. Compare in different browsers.
Actual Results:
Extra pixel of padding in ff3.
Expected Results:
Specified padding.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•