forked from zaclys/searxng
[mod] inline suggestions
This commit is contained in:
parent
c761d93dd6
commit
ead8d30ea0
3 changed files with 29 additions and 24 deletions
|
|
@ -383,13 +383,25 @@ tr {
|
|||
#suggestions {
|
||||
|
||||
span {
|
||||
display: block;
|
||||
display: inline;
|
||||
margin: 0 2px 2px 2px;
|
||||
padding: 0;
|
||||
}
|
||||
input {
|
||||
padding: 0;
|
||||
margin: 3px;
|
||||
font-size: 0.8em;
|
||||
display: inline-block;
|
||||
background: transparent;
|
||||
color: @color-result-search-url-font;
|
||||
cursor: pointer;
|
||||
}
|
||||
input[type="submit"] {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
form {
|
||||
display: block;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -463,15 +475,6 @@ tr {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 70em) {
|
||||
#suggestions {
|
||||
span {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
form {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.right {
|
||||
display: none;
|
||||
postion: fixed !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue