From 8b35c1d78e959f8f649a83ff683fc3d350f0d7b9 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 1 Jan 2019 15:20:32 +0900 Subject: [PATCH 1/4] fix homeactivity notification userfavicon --- view/theme/plusfuture/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 57401e3..7eb82df 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,6 +2104,16 @@ a[title*="pawoo.net"]::after { display: none; } +#nav-home-menu a::before{ + position: absolute; + left: 38px; + top: 30px; +} + +#nav-home-menu a::after{ + display: none; +} + .shared_container { border-radius: 2px; margin-top: 15px; From 758c7104b02a2241a02c7a43cddb7f91c812188c Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 1 Jan 2019 18:45:03 +0900 Subject: [PATCH 2/4] fix again --- view/theme/plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 7eb82df..6b0eb54 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,13 +2104,13 @@ a[title*="pawoo.net"]::after { display: none; } -#nav-home-menu a::before{ +#notifications a::before{ position: absolute; left: 38px; top: 30px; } -#nav-home-menu a::after{ +#notifications a::after{ display: none; } From 8824b0ecc1ec3b15f028b737a2974ef161c3fd96 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 1 Jan 2019 18:52:26 +0900 Subject: [PATCH 3/4] fix viewconnection's favicon bug --- view/theme/plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 6b0eb54..212417e 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,13 +2104,13 @@ a[title*="pawoo.net"]::after { display: none; } -#notifications a::before{ +#notifications a::before, .generic-content-wrapper a::before{ position: absolute; left: 38px; top: 30px; } -#notifications a::after{ +#notifications a::after, .generic-content-wrapper a::after{ display: none; } From 1fb86ff27bfb2e549629fdf29c9b71aaf7031115 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 1 Jan 2019 19:09:12 +0900 Subject: [PATCH 4/4] fix favicon css miss --- view/theme/plusfuture/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 212417e..ddaeb68 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,13 +2104,17 @@ a[title*="pawoo.net"]::after { display: none; } -#notifications a::before, .generic-content-wrapper a::before{ +#notifications a::before{ position: absolute; left: 38px; top: 30px; } -#notifications a::after, .generic-content-wrapper a::after{ +.generic-content-wrapper .section-content-wrapper .contact-entry-wrapper .contact-entry-photo-wrapper a::before{ + position: absolute; +} + +#notifications a::after, .generic-content-wrapper .section-content-wrapper .contact-entry-wrapper .contact-entry-photo-wrapper a::after{ display: none; }