1
0
Fork 0
forked from wezm/wezm.net

Fix layout of search field

This commit is contained in:
Wesley Moore 2010-03-12 17:19:45 +11:00
parent 33886c0780
commit f50c25475e

View file

@ -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;