From 66ff077c28d50a273f1b8db33ec114353e782667 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Tue, 5 Jan 2016 11:27:23 +0000 Subject: [PATCH] reduced avatar size git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@122112 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/ShareUpdates.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index fbfcff6..0946ad6 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -36,9 +36,8 @@ fieldset select { } .share-updates-member-photo { - padding: 2px; - width: 36px; - height: 36px; + width: 32px; + height: 32px; border-radius: 4px; }