fixed frontend search field bad display
This commit is contained in:
@@ -960,11 +960,11 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
}
|
||||
|
||||
input#edit-searchfield{
|
||||
border: 1px solid #ccc; @include rounded(20px);
|
||||
padding: 4px 5px; height:25px;
|
||||
border: 1px solid #ccc; @include rounded(15px);
|
||||
margin:3px 0 3px 3px; padding: 4px 5px; height:20px;
|
||||
@include fs12; line-height:1;
|
||||
background-position: 100% 5px;
|
||||
width:105%;
|
||||
background-position: 100% 7px;
|
||||
// width:100%;
|
||||
&.throbbing { background-position: 100% -15px; }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user