Fix search icon positioning

This commit is contained in:
John Firebaugh 2013-07-29 17:25:17 -07:00 committed by Tom Hughes
parent c30f20122d
commit 8e1e094565

View file

@ -384,7 +384,7 @@ table {
min-width: 0;
text-indent: -1000px;
overflow: hidden;
background: image-url("sprite.png") 0 0 no-repeat;
background: image-url("sprite.png") -2px -2px no-repeat;
position: absolute;
top: $lineheight/4;
right: $lineheight/4;