From 004468f231d550cdcc9b36a47f74b7f48d507fc8 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 6 Mar 2016 16:21:26 +0100 Subject: Mouse cursor set to pointer for coverphoto div (instead of arrow). Or else it's not clear that you can click on it to show something (the channel in this case). --- view/css/widgets.css | 1 + 1 file changed, 1 insertion(+) (limited to 'view') diff --git a/view/css/widgets.css b/view/css/widgets.css index db90afad9..38809896c 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -129,6 +129,7 @@ li:hover .group-edit-icon { position: relative; width: 100%; height: auto; + cursor: pointer; } #cover-photo-caption { -- cgit v1.2.3 From 716240329274912a354190998753c08d22a42082 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Sun, 6 Mar 2016 17:02:58 +0100 Subject: Also make it clear with (mouse) hover text that you must click on the cover photo to show the channel/more --- view/tpl/cover_photo_widget.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl index d6d2517e7..f5790d141 100755 --- a/view/tpl/cover_photo_widget.tpl +++ b/view/tpl/cover_photo_widget.tpl @@ -40,7 +40,7 @@ } -
+
{{$photo_html}}
-- cgit v1.2.3