From 8782a574af762b6bf8987d19b0d1b388023ddca8 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 1 Nov 2013 22:54:54 +0100 Subject: [PATCH] [mod] css mods --- searx/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 4d32b48a..3170d76c 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -124,6 +124,6 @@ tr:hover td { background: #DDDDDD; } -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 0 0 4px #dddddd; box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 0 0 4px #dddddd; } -#search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png'); background-size: 30px 30px; width: 30px; height: 30px; } +#search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png') no-repeat; background-size: 30px 30px; width: 33px; height: 30px; } #results { margin-left: 10px; margin-top: 10px; }