mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Fix layout of search field
This commit is contained in:
parent
33886c0780
commit
f50c25475e
1 changed files with 2 additions and 1 deletions
|
@ -275,11 +275,12 @@ ul.inline li:first-child {
|
|||
font: 11px/13px "Lucida Grande", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
#search .clear {
|
||||
#search span.clear {
|
||||
background: #fff url(/images/srch_r.gif) 0 0 no-repeat;
|
||||
float: left;
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
clear: none; /* for generic .clear below */
|
||||
}
|
||||
#search .active {
|
||||
background-position: 0 -19px;
|
||||
|
|
Loading…
Reference in a new issue