From 34648556c2a663671a80a9cb51f434aa7f2af81c Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Tue, 22 Dec 2015 11:03:24 +0000 Subject: [PATCH] minor change to css git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@122060 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 3 +++ src/main/webapp/ShareUpdates.css | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 092711b..cfc5846 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -7,6 +7,9 @@ uses + + uses + diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index 705c6f2..c881b3e 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -9,14 +9,14 @@ .share-updates-table .share-updates-photo-cell { width: 60px; - text-align: center; + text-align: right; vertical-align: top; } .share-updates-member-photo { - margin-left: 6px; - width: 39px; - height: 39px; + padding: 2px; + width: 36px; + height: 36px; border-radius: 4px; }