mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +00:00
Merge branch 'master' of https://github.com/asciimoo/searx
This commit is contained in:
commit
89183ed985
@ -75,7 +75,7 @@ a { text-decoration: none; }
|
|||||||
.result h3 { font-size: 0.9em;}
|
.result h3 { font-size: 0.9em;}
|
||||||
.result { max-width: 70em; }
|
.result { max-width: 70em; }
|
||||||
|
|
||||||
.url { font-weight: bold; }
|
.url { font-weight: bold; word-wrap:break-word; }
|
||||||
|
|
||||||
.q { width: 30em; }
|
.q { width: 30em; }
|
||||||
|
|
||||||
@ -140,3 +140,9 @@ tr:hover td { background: #DDDDDD; }
|
|||||||
#suggestions { max-width: 50em;}
|
#suggestions { max-width: 50em;}
|
||||||
#suggestions form { display: inline; }
|
#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; }
|
#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 }
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user