From be3e0ca9a11923e1eba6b565af512c9339597f74 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 26 Feb 2018 12:54:26 +0100 Subject: change fontname in css and fix issue with unicode characters --- view/css/widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/css') diff --git a/view/css/widgets.css b/view/css/widgets.css index 9cfcb4a88..03150c67a 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -180,7 +180,7 @@ a.wikilist { } .notifications-textinput input { - font-family: FontAwesome, sans-serif; + font-family: sans-serif, ForkAwesome; } .notifications-textinput { -- cgit v1.2.3 From 3bd2288ea91b512503df3e76b5e2f11f774d87c5 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 26 Feb 2018 20:17:53 +0100 Subject: fix icon position and make string translatable --- view/css/widgets.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'view/css') diff --git a/view/css/widgets.css b/view/css/widgets.css index 03150c67a..f97029aad 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -179,14 +179,14 @@ a.wikilist { overflow: auto; } -.notifications-textinput input { - font-family: sans-serif, ForkAwesome; -} - .notifications-textinput { padding: .75rem 0.85rem; } +.notifications-textinput input { + padding-left: 1.75rem; +} + .notifications-textinput-clear { padding: .5rem; line-height: 1; @@ -196,6 +196,14 @@ a.wikilist { cursor: pointer; } +.notifications-textinput-filter { + padding: .5rem; + line-height: 1; + position: absolute; + top: .75rem; + left: 0.75rem; +} + .notification-content.collapsing { overflow: hidden; } -- cgit v1.2.3