diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 57401e3..ddaeb68 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,6 +2104,20 @@ a[title*="pawoo.net"]::after { display: none; } +#notifications a::before{ + position: absolute; + left: 38px; + top: 30px; +} + +.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; +} + .shared_container { border-radius: 2px; margin-top: 15px;