fixed minot alginment issue on show single feed

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@128629 82a268e6-3cf1-43bd-a215-b396298e98cf
Feature/26194
Massimiliano Assante 8 years ago
parent 3055d7f6df
commit 166d3dc509

@ -425,10 +425,11 @@ public class NewsFeedPanel extends Composite {
newsPanel.add(new HTML("<div class=\"nofeed-message\"><div style=\"padding-top: 90px;\">" +
"We're sorry, "+ usrLink +" removed the post in the meantime!</div></div>"));
} else {
newsPanel.add(new ResultsFor("selected post", ""));
newsPanel.setHeight("");
mainPanel.setHorizontalAlignment(HasAlignment.ALIGN_LEFT);
newsPanel.setHorizontalAlignment(HasAlignment.ALIGN_LEFT);
newsPanel.setVerticalAlignment(HasVerticalAlignment.ALIGN_TOP);
newsPanel.add(new ResultsFor("selected post", ""));
newsPanel.setHeight("");
newsPanel.add(new TweetTemplate(true, true, myUserInfo, result, eventBus));
}
newsPanel.add(new Image(spacer));

Loading…
Cancel
Save