diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-03-04 18:53:56 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-03-04 18:53:56 +0100 |
commit | 6ff57dfbe1b9c011b7bb3f0fce967fad70e5ca72 (patch) | |
tree | 9f9d7bf0392119074cb28d9006e512e0725361a0 /searx/static | |
parent | 71c2e8222bc5d7115e8e2ed415057f66da3a2f09 (diff) | |
download | searxng-6ff57dfbe1b9c011b7bb3f0fce967fad70e5ca72.tar.gz searxng-6ff57dfbe1b9c011b7bb3f0fce967fad70e5ca72.zip |
[enh] linkable search url display
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 a99e4cda0..4b2d3c36d 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -165,6 +165,8 @@ tr:hover { background: #DDDDDD; } #suggestions span { display: block; margin: 0 2px 2px 2px; padding: 0; } #suggestions form { display: block; } #suggestions input { padding: 2px 6px; margin: 2px 4px; font-size: 0.8em; display: inline-block; background: #3498DB; color: #FFFFFF; border-radius: 4px; border: 0; cursor: pointer; } +#search_url { margin-top: 8px; } +#search_url input { border: 1px solid #888888; padding: 4px; color: #444444; width: 20em; display: block; margin: 4px; } #preferences { top: 10px; |