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
1
searx/static/themes/courgette/css/style-rtl.css
Normal file
1
searx/static/themes/courgette/css/style-rtl.css
Normal file
|
@ -0,0 +1 @@
|
|||
.q{padding:.5em 1em .5em 3em}#search_submit{left:0;right:auto}.result .favicon{float:right;margin-left:.5em;margin-right:0}#sidebar{right:auto;left:0}#results{padding:0 32px 0 272px}.search.center{padding-right:0;padding-left:17em}.right{right:auto;left:0}#pagination form+form{float:left;margin-top:-2em}
|
File diff suppressed because one or more lines are too long
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;
|
||||
}
|
||||
|
||||
|
|
1
searx/static/themes/default/css/style-rtl.css
Normal file
1
searx/static/themes/default/css/style-rtl.css
Normal file
|
@ -0,0 +1 @@
|
|||
#search_submit{left:1px;right:auto}.result .favicon{float:right;margin-left:.5em;margin-right:0}
|
11
searx/static/themes/default/less/style-rtl.less
Normal file
11
searx/static/themes/default/less/style-rtl.less
Normal file
|
@ -0,0 +1,11 @@
|
|||
#search_submit {
|
||||
left: 1px;
|
||||
right:auto;
|
||||
}
|
||||
|
||||
.result .favicon {
|
||||
float: right;
|
||||
margin-left: 0.5em;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue