logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 3c8a5f2cd31ea78b1e416e09e6ce1ac80403965e
parent: 5c8382c1ba46ddef8d58c01b7517a156b305635c
Author: asciimoo <asciimoo@gmail.com>
Date:   Mon,  2 Dec 2013 00:26:56 +0100

[enh] 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 @@ -23,7 +23,7 @@ h1.title { background: url('/static/img/searx.png') no-repeat; width: 100%; back h1.title div { visibility: hidden; } -input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.1em; } +input[type="submit"] { border: 1px solid #666666; color: #444444; padding: 4px; background-color: #FFFFFF; margin-left: 8px; } input[type="checkbox"] { visibility: hidden; }