summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/preferences.less
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2017-10-06 21:50:59 +0200
committerNoémi Ványi <sitbackandwait@gmail.com>2017-10-06 22:08:24 +0200
commit47ee15f5cee81ac1c68c07592349caecd2bf137a (patch)
tree28f7415cab331a4ec1dcc9710b221b358e4be2cf /searx/static/themes/oscar/less/pointhi/preferences.less
parent1dffbd33907103434bdc13ff035b8993559b5158 (diff)
downloadsearxng-47ee15f5cee81ac1c68c07592349caecd2bf137a.tar.gz
searxng-47ee15f5cee81ac1c68c07592349caecd2bf137a.zip
preferences: make supported/not supported labels
Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558
Diffstat (limited to 'searx/static/themes/oscar/less/pointhi/preferences.less')
-rw-r--r--searx/static/themes/oscar/less/pointhi/preferences.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/pointhi/preferences.less b/searx/static/themes/oscar/less/pointhi/preferences.less
new file mode 100644
index 000000000..9672d5011
--- /dev/null
+++ b/searx/static/themes/oscar/less/pointhi/preferences.less
@@ -0,0 +1,3 @@
+.table > tbody > tr > td, .table > tbody > tr > th {
+ vertical-align: middle !important;
+}