From b4f86e2859a0982e5fa74ff75eb73a30e2b13237 Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Fri, 1 Jul 2016 16:12:38 -0500 Subject: [PATCH] fix width and height img avatar user refs - BT#7683 --- app/Resources/public/css/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index c8be35acd2..b67132ee01 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -5671,6 +5671,11 @@ a.sessionView { #resource_tab li.lp_resource_element a{ padding: 5px; } +/* Gravatar */ +#user_image_block img, +#sn-avatar-one a.expand-image img{ + width: 120px; +} /* CSS NEW TOP ******************************************************************************/ /* CSS Responsive */ @media (min-width: 1025px) and (max-width: 1200px) {