close post image float property fixed

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@122423 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-01-21 14:02:15 +00:00
parent 81a42d8866
commit 7c63d2e35d
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ public class NewsServiceImpl extends RemoteServiceServlet implements NewsService
*/
public String getDevelopmentUser() {
String user = NewsConstants.TEST_USER;
user = "costantino.perciante";
// user = "costantino.perciante";
return user;
}
/**

View File

@ -316,7 +316,7 @@ table {
}
.closeImage {
float: left;
float: right;
height: 15px;
width: 15px;
}