mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
Merge branch 'rtl' of github.com:Cqoicebordel/searx
This commit is contained in:
parent
c711212662
commit
df9cf9d09b
28 changed files with 293 additions and 99 deletions
38
searx/static/themes/courgette/less/style-rtl.less
Normal file
38
searx/static/themes/courgette/less/style-rtl.less
Normal file
|
@ -0,0 +1,38 @@
|
|||
.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;
|
||||
}
|
|
@ -278,7 +278,7 @@ a {
|
|||
}
|
||||
|
||||
#preferences {
|
||||
background: url(../img/preference-icon.png) no-repeat right 0 / 12% auto;
|
||||
background: url("../img/preference-icon.png") no-repeat right center / 12% auto;
|
||||
padding-right: 1.8em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue