mirror of
https://github.com/searxng/searxng.git
synced 2024-11-03 15:39:33 +00:00
38 lines
398 B
Text
38 lines
398 B
Text
|
.q {
|
||
|
padding: 0.5em 1em 0.5em 3em;
|
||
|
}
|
||
|
|
||
|
#search_submit {
|
||
|
left: 0;
|
||
|
right:auto;
|
||
|
}
|
||
|
|
||
|
.result .favicon {
|
||
|
float: right;
|
||
|
margin-left: 0.5em;
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
#sidebar {
|
||
|
right: auto;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
#results {
|
||
|
padding: 0px 32px 0px 272px;
|
||
|
}
|
||
|
|
||
|
.search.center {
|
||
|
padding-right: 0;
|
||
|
padding-left: 17em;
|
||
|
}
|
||
|
|
||
|
.right {
|
||
|
right: auto;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
#pagination form + form {
|
||
|
float: left;
|
||
|
margin-top: -2em;
|
||
|
}
|