From 21d081e175ccc3201fe58f44b5aabb98a3c15671 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 18 Jan 2018 11:22:30 +0100 Subject: implement notifications name filter and slightly change the way we load notification to the ui --- view/css/widgets.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'view/css') diff --git a/view/css/widgets.css b/view/css/widgets.css index 76e829b04..576445dd6 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -178,6 +178,14 @@ a.wikilist { max-height: 70vh; overflow: auto; } +.notifications-textinput input { + font-family: FontAwesome, sans-serif; +} + + +.notifications-textinput { + padding: .75rem 0.85rem; +} .notification-content.collapsing { overflow: hidden; -- cgit v1.2.3 From 53e353abf2abe43b14f05fbf38e232a68f0689ad Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 18 Jan 2018 12:44:40 +0100 Subject: consolidate navbar tucson and some javascript cleanup --- view/css/navbar_tucson.css | 3 --- 1 file changed, 3 deletions(-) (limited to 'view/css') diff --git a/view/css/navbar_tucson.css b/view/css/navbar_tucson.css index 79f95fe63..e69de29bb 100644 --- a/view/css/navbar_tucson.css +++ b/view/css/navbar_tucson.css @@ -1,3 +0,0 @@ -#notifications { - display: none; -} -- cgit v1.2.3 From 66e1e5b1b68e6e1d41b0ec5c5ae88851b141edd6 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 19 Jan 2018 12:18:59 +0100 Subject: bootstrap seems to heavy for this - use custom css --- view/css/widgets.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'view/css') diff --git a/view/css/widgets.css b/view/css/widgets.css index 576445dd6..8b5ecdd2f 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -178,15 +178,23 @@ a.wikilist { max-height: 70vh; overflow: auto; } + .notifications-textinput input { font-family: FontAwesome, sans-serif; } - .notifications-textinput { padding: .75rem 0.85rem; } +.notifications-textinput-clear { + padding: .5rem; + position: absolute; + top: 0.5rem; + right: 1rem; + cursor: pointer; +} + .notification-content.collapsing { overflow: hidden; } -- cgit v1.2.3 From 9937fea2e7021dd525549ae78e5aceba9ae85e4c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 20 Jan 2018 08:14:16 +0100 Subject: css fix --- view/css/widgets.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/css') diff --git a/view/css/widgets.css b/view/css/widgets.css index 8b5ecdd2f..a32ac045b 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -189,8 +189,9 @@ a.wikilist { .notifications-textinput-clear { padding: .5rem; + line-height: 1; position: absolute; - top: 0.5rem; + top: .75rem; right: 1rem; cursor: pointer; } -- cgit v1.2.3