Merge branch 'rtl' of github.com:Cqoicebordel/searx
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user