summaryrefslogtreecommitdiff
path: root/searx/static/css/style.css
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-12-02 00:26:56 +0100
committerasciimoo <asciimoo@gmail.com>2013-12-02 00:26:56 +0100
commit3c8a5f2cd31ea78b1e416e09e6ce1ac80403965e (patch)
tree91406dafc0a76e6d6dafda574e3cfaada85d25bb /searx/static/css/style.css
parent5c8382c1ba46ddef8d58c01b7517a156b305635c (diff)
[enh] css mods
Diffstat (limited to 'searx/static/css/style.css')
-rw-r--r--searx/static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index 0168b4b54..e2d8486e7 100644
--- 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; }