From 8e1e09456556c8654094a2aded4d08b6f0b2d577 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 29 Jul 2013 17:25:17 -0700 Subject: [PATCH 1/1] Fix search icon positioning --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index b92a21a07..726dcdb05 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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; -- 2.43.2