diff options
| author | pw3t <romain@berthor.fr> | 2014-01-04 13:59:03 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-04 13:59:03 +0100 |
| commit | 89183ed985157540c42c73c5a303dd574c227c7f (patch) | |
| tree | 794d0928f966f9d90603cf4a4354119870329c6d /searx/static/css/style.css | |
| parent | 04e7075c88b17d7c54e495dd48ca29064a042b82 (diff) | |
| parent | 42c85a094acb77b65a10cda0c6673293aad72ba4 (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx
Diffstat (limited to 'searx/static/css/style.css')
| -rw-r--r-- | searx/static/css/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 0b87444e9..b24b97a68 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -75,7 +75,7 @@ a { text-decoration: none; } .result h3 { font-size: 0.9em;} .result { max-width: 70em; } -.url { font-weight: bold; } +.url { font-weight: bold; word-wrap:break-word; } .q { width: 30em; } @@ -140,3 +140,9 @@ tr:hover td { background: #DDDDDD; } #suggestions { max-width: 50em;} #suggestions form { display: inline; } #suggestions input { padding: 2px 6px; margin: 2px 4px; font-size: 0.8em; display: inline-block; background: #E4E4E4; border-radius: 4px; border: 0; cursor: pointer; } + +@media screen and (max-width: 740px) { + .right { margin: 5px; } + + #search_wrapper { max-width: 90%; clear:both } +} |