Frame style removed when the portlet is deployed at vre level

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@128568 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-05-12 12:32:54 +00:00
parent f2b42e9478
commit 2e58875455
2 changed files with 0 additions and 12 deletions

View File

@ -94,8 +94,6 @@ public class SocialProfile implements EntryPoint {
socialService.getUserContext(getUserToShowId(), new AsyncCallback<UserContext>() {
@Override
public void onSuccess(UserContext result) {
if (!result.isInfrastructure())
RootPanel.get("SocialProfileDiv").setStyleName("frame-social");
mainPanel.add(dispProfile);
dispProfile.show(result);
if (result.getSummary() != null && result.getSummary().compareTo("") != 0) {

View File

@ -1,13 +1,3 @@
.frame-social {
padding: 10px;
margin: 5px 0 0 10px;
background-color: #FFF;
border-radius: 6px !important;
-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border: 1px solid #DBDBDB;
}
.profile-section {
margin: 0px 5px 5px;
font-family: 'Helvetica Neue', Arial, sans-serif;