Closed
Bug 693471
Opened 13 years ago
Closed 13 years ago
RTL search box has extra padding
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
2011-10-25
People
(Reporter: rbillings, Assigned: rrosario)
References
Details
In the new implementation of RTL locales, the text in the Search box is not fully right aligned- there is extra padding.
EX: https://support.allizom.org/he/kb/tabbed_browsing-he
Comment 1•13 years ago
|
||
https://support.allizom.org/media/css/common-min.css?build=b725f62 has the following rule set which affect the searchbox style:
.html-rtl div.support-search input.text {
background-position: 335px 2px;
float: right;
margin: 0 0 0 1px;
padding: 2px 34px 2px 0;
}
BUT, the padding is not the issue here, as there is a background image that should appear at that position which doesn't properly set.
div.support-search input.text {
background: url("../img/icon.searchloupe.png") no-repeat scroll 7px 2px #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 3px #D9D9D9 inset;
float: left;
font-size: 16px;
height: 26px;
margin: 0 1px 0 0;
padding: 2px 0 2px 34px;
width: 218px;
}
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rrosario
Assignee | ||
Updated•13 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•13 years ago
|
||
Verified the RTL search box no longer has extra padding.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•