diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 7d33a49..84ec720 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,6 +4,18 @@ + + uses + + + uses + + + uses + + + uses + diff --git a/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/SingleComment.ui.xml b/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/SingleComment.ui.xml index 0de2285..062b0b2 100644 --- a/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/SingleComment.ui.xml +++ b/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/SingleComment.ui.xml @@ -10,6 +10,7 @@
+
 
- + diff --git a/src/main/webapp/NewsFeed.css b/src/main/webapp/NewsFeed.css index 0818753..9291ef0 100644 --- a/src/main/webapp/NewsFeed.css +++ b/src/main/webapp/NewsFeed.css @@ -221,7 +221,7 @@ div#comment-inputContainer textarea.post-comment.comment-dark-color { background-image: none; border: 1px solid #DDD; border-radius: 4px; - width: 99%; + width: 95%; margin-top: 5px; margin-left: 5px; } @@ -271,7 +271,7 @@ img.member-photo { } .commentsPanel { - width: 99%; + width: 430px; margin: 4px 0 0 4px; } @@ -545,6 +545,9 @@ a.person-link { /* For phones*/ @media screen and (max-width: 520px) { + .commentsPanel { + width: 260px; + } #comment-highlighterContainer { width: 260px; } @@ -580,6 +583,9 @@ a.person-link { } @media screen and (max-width: 1024px) { + .commentsPanel { + width: 300px; + } .link-preview { width: 260px; }