From d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 11 Feb 2015 22:00:13 +0100 Subject: Engine table in preference page in Courgette text-aligned to the right in RTL --- searx/static/themes/courgette/less/style-rtl.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/static/themes/courgette/less') diff --git a/searx/static/themes/courgette/less/style-rtl.less b/searx/static/themes/courgette/less/style-rtl.less index 13a34f124..3e357d3d8 100644 --- 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 -- cgit v1.2.3