preferences: make supported/not supported labels

Also, Time range support display was missing from RTL locales.
Now it is fixed.

Closes #558
This commit is contained in:
Noémi Ványi 2017-10-06 21:50:59 +02:00
parent 1dffbd3390
commit 47ee15f5ce
9 changed files with 42 additions and 24 deletions

View file

@ -19,3 +19,5 @@
@import "cursor.less";
@import "code.less";
@import "preferences.less";

View file

@ -0,0 +1,3 @@
.table > tbody > tr > td, .table > tbody > tr > th {
vertical-align: middle !important;
}