logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 8782a574af762b6bf8987d19b0d1b388023ddca8
parent: 94b824dc579a78c0a28ddc0e9c43c23904c03f57
Author: asciimoo <asciimoo@gmail.com>
Date:   Fri,  1 Nov 2013 22:54:54 +0100

[mod] css mods

Diffstat:

Msearx/static/css/style.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }