diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:59:18 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:59:18 +0100 |
commit | 852dfc77c652fcd5557b097d37a3b5b5543391f9 (patch) | |
tree | 324d88ed4f06b5accdcaf1604b5669c73299c2b0 /searx/static | |
parent | a6c31ef7e64f6365192753c938d63eac527cd32a (diff) | |
download | searxng-852dfc77c652fcd5557b097d37a3b5b5543391f9.tar.gz searxng-852dfc77c652fcd5557b097d37a3b5b5543391f9.zip |
[enh] configurable localization
Diffstat (limited to 'searx/static')
-rw-r--r-- | searx/static/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 3d3f46036..4163e753d 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -49,6 +49,8 @@ input[type="submit"] { border: 1px solid #666666; color: #444444; padding: 4px; input[type="checkbox"] { visibility: hidden; } +fieldset { margin: 8px; } + #categories { margin: 0 10px; } .checkbox_container { display: inline-block; position: relative; margin: 0 3px; padding: 0px; } |