From 6dbc5fb348b36f361a15ddc95e0b22bef8ca0330 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 20 May 2016 03:45:50 +0200 Subject: [PATCH] private messages: fix - contact photos aren't visible --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 134e86917e..b0dd17414c 100644 --- a/css/style.css +++ b/css/style.css @@ -1722,7 +1722,7 @@ ul.viewcontact_wrapper > li { /* border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;*/ } -.mail-conv-wrapper .media .contact-photo-wrapper { +.mail-conv-wrapper .media .contact-photo-wrapper img { height: 48px; width: 48px; } @@ -1768,7 +1768,7 @@ ul.viewcontact_wrapper > li { padding: 5px 0; border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp); } -.mail-list-outside-wrapper .contact-photo-wrapper { +.mail-list-outside-wrapper .contact-photo-wrapper img { height: 48px; width: 48px; }