From ce92f047ace50b8a79c66cf39411cae51acbd499 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 24 Feb 2019 07:57:09 +0300 Subject: dijit tabs: fix icon offsets --- css/dijit_basic.less | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'css/dijit_basic.less') diff --git a/css/dijit_basic.less b/css/dijit_basic.less index c08af6de4..c3764ba80 100644 --- a/css/dijit_basic.less +++ b/css/dijit_basic.less @@ -4,6 +4,18 @@ padding: 2px; } + #feedTree { + .icon { + position : relative; + top : -4px; + } + } + + .tabLabel > i.material-icons { + position : relative; + top : -1px; + } + #filterDlg_Matches span.filterRule { color: green; } @@ -142,4 +154,4 @@ } } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf