logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00
parent f4bdcc067ff0e6c528970a75475d621dd0d43181
Author: Cqoicebordel <Cqoicebordel@users.noreply.github.com>
Date:   Wed, 11 Feb 2015 22:00:13 +0100

Engine table in preference page in Courgette text-aligned to the right in RTL

Diffstat:

Msearx/static/themes/courgette/css/style-rtl.css4++--
Msearx/static/themes/courgette/less/style-rtl.less4++++
Msearx/templates/courgette/preferences.html2+-
3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/searx/static/themes/courgette/css/style-rtl.css b/searx/static/themes/courgette/css/style-rtl.css @@ -1 +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} -\ No newline at end of file +.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}.engine-table{text-align:right} +\ No newline at end of file diff --git a/searx/static/themes/courgette/less/style-rtl.less b/searx/static/themes/courgette/less/style-rtl.less @@ -35,4 +35,8 @@ #pagination form + form { float: left; margin-top: -2em; +} + +.engine-table { + text-align:right; } \ No newline at end of file diff --git a/searx/templates/courgette/preferences.html b/searx/templates/courgette/preferences.html @@ -95,7 +95,7 @@ <fieldset> <legend>{{ _('Currently used search engines') }}</legend> - <table> + <table class="engine-table"> <tr> <th>{{ _('Engine name') }}</th> <th>{{ _('Category') }}</th>