From b05a56db800919dbb0eca92b5e241da0fd96922d Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 15 Jul 2016 07:23:42 +0000 Subject: [PATCH] resize problem seems fixed git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@130434 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/newsfeed/client/ui/TweetTemplate.ui.xml | 11 +++++++---- src/main/webapp/NewsFeed.css | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/TweetTemplate.ui.xml b/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/TweetTemplate.ui.xml index 256fa30..81038b5 100644 --- a/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/TweetTemplate.ui.xml +++ b/src/main/java/org/gcube/portlets/user/newsfeed/client/ui/TweetTemplate.ui.xml @@ -6,8 +6,9 @@
- + ui:field="avatarImage" width="60" height="60" /> +
@@ -46,13 +47,15 @@ - +
- +
+ +
diff --git a/src/main/webapp/NewsFeed.css b/src/main/webapp/NewsFeed.css index 373d509..0e6d619 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: 95%; + width: 97%; margin-top: 5px; margin-left: 5px; } @@ -271,7 +271,7 @@ img.member-photo { } .commentsPanel { - width: 430px; + width: 99%; margin: 4px 0 0 4px; } @@ -583,7 +583,7 @@ a.person-link { } -@media screen and (max-width: 1024px) { +@media screen and (max-width: 1128px) { .commentsPanel { width: 300px; }