diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-02-10 15:23:56 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-02-10 15:23:56 +0100 |
commit | df9cf9d09bf4496a9e5d799bd99437a3224a06d4 (patch) | |
tree | f5e02ae4c0446f703e5c6c112d631add591a693f /searx/static/themes/courgette/less | |
parent | c711212662996e232a1d3bc692f6f765e1467125 (diff) | |
download | searxng-df9cf9d09bf4496a9e5d799bd99437a3224a06d4.tar.gz searxng-df9cf9d09bf4496a9e5d799bd99437a3224a06d4.zip |
Merge branch 'rtl' of github.com:Cqoicebordel/searx
Diffstat (limited to 'searx/static/themes/courgette/less')
-rw-r--r-- | searx/static/themes/courgette/less/style-rtl.less | 38 | ||||
-rw-r--r-- | searx/static/themes/courgette/less/style.less | 2 |
2 files changed, 39 insertions, 1 deletions
diff --git a/searx/static/themes/courgette/less/style-rtl.less b/searx/static/themes/courgette/less/style-rtl.less new file mode 100644 index 000000000..13a34f124 --- /dev/null +++ b/searx/static/themes/courgette/less/style-rtl.less @@ -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; +}
\ No newline at end of file diff --git a/searx/static/themes/courgette/less/style.less b/searx/static/themes/courgette/less/style.less index fab3bd8bd..0387af5c0 100644 --- a/searx/static/themes/courgette/less/style.less +++ b/searx/static/themes/courgette/less/style.less @@ -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; } |