Browse Source

fix width and height img avatar user refs - BT#7683

Alex Aragon 8 years ago
parent
commit
b4f86e2859
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app/Resources/public/css/base.css

+ 5 - 0
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) {