summaryrefslogtreecommitdiff
path: root/searx/static/themes/courgette/less
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-02-11 22:00:13 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-02-11 22:00:13 +0100
commitd4ba97d00df7e1d97c0fa63419ab74dc4ee10f00 (patch)
tree1d5c53e25ccc8931c3671bb7460c77b16a1dba10 /searx/static/themes/courgette/less
parentf4bdcc067ff0e6c528970a75475d621dd0d43181 (diff)
downloadsearxng-d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00.tar.gz
searxng-d4ba97d00df7e1d97c0fa63419ab74dc4ee10f00.zip
Engine table in preference page in Courgette text-aligned to the right in RTL
Diffstat (limited to 'searx/static/themes/courgette/less')
-rw-r--r--searx/static/themes/courgette/less/style-rtl.less4
1 files changed, 4 insertions, 0 deletions
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