diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2017-10-06 21:50:59 +0200 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2017-10-06 22:08:24 +0200 |
commit | 47ee15f5cee81ac1c68c07592349caecd2bf137a (patch) | |
tree | 28f7415cab331a4ec1dcc9710b221b358e4be2cf /searx/static/themes/oscar/less/pointhi/preferences.less | |
parent | 1dffbd33907103434bdc13ff035b8993559b5158 (diff) | |
download | searxng-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.less | 3 |
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; +} |