diff --git a/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java b/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java index c19d45e..f03b381 100644 --- a/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java +++ b/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java @@ -120,6 +120,7 @@ public class DisplayProfile extends Composite { institutionLabel.getElement().getStyle().setOpacity(0.5); } + editButton.addStyleName("import-edit-buttons-style"); editButton.setVisible(true); editButton.addClickHandler(new ClickHandler() { @Override @@ -131,6 +132,7 @@ public class DisplayProfile extends Composite { } }); + importButton.addStyleName("import-edit-buttons-style"); importButton.setVisible(true); importButton.addClickHandler(new ClickHandler() { //TODO: make it a runtime resource diff --git a/src/main/webapp/SocialProfile.css b/src/main/webapp/SocialProfile.css index d353c45..ce07a88 100644 --- a/src/main/webapp/SocialProfile.css +++ b/src/main/webapp/SocialProfile.css @@ -55,6 +55,10 @@ img.user-photo { width: 250px; } +.import-edit-buttons-style { + margin-bottom: 5px !important; +} + .headline { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px;