Fix the search icon location in search field.

Change-Id: Ib6253e6a002e02f0b04bce3b31220809ffea79d9
This commit is contained in:
Santhosh Thottingal
2012-07-04 12:02:16 +05:30
parent fcbcf1a2a9
commit 493cfbe2c4

View File

@@ -101,8 +101,8 @@
input#languagefilter { input#languagefilter {
height: 20px; height: 20px;
border: 1px solid #0E90D2; border: 1px solid #0E90D2;
border-right: none;
width: 95%; width: 95%;
padding-right: 20px;
} }
span.search-button { span.search-button {
@@ -110,8 +110,7 @@ span.search-button {
background: url('../images/search.png') no-repeat scroll left center transparent; background: url('../images/search.png') no-repeat scroll left center transparent;
cursor: pointer; cursor: pointer;
height: 22px; height: 22px;
border: 1px solid #0E90D2;
position: absolute; position: absolute;
width: 20px; width: 20px;
border-left: none; margin-left: -20px;
} }