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
This commit is contained in:
Massimiliano Assante 2016-07-15 07:23:42 +00:00
parent 1cafd0808b
commit b05a56db80
2 changed files with 10 additions and 7 deletions

View File

@ -7,7 +7,8 @@
<div class="div-table-col photo">
<g:Image title="" styleName="member-photo" url=""
ui:field="avatarImage" width="60" height="60" />
<m:AvatarReplacement visible="false" ui:field="avatarReplacement"></m:AvatarReplacement>
<m:AvatarReplacement visible="false"
ui:field="avatarReplacement"></m:AvatarReplacement>
</div>
<div class="div-table-col content">
@ -52,8 +53,10 @@
</tbody>
</table>
</div>
<div class="tweet-content">
<g:VerticalPanel ui:field="commentsPanel"></g:VerticalPanel>
</div>
</div>
<div class="div-table-col nf-post-remove">
<g:HTML height="15px" ui:field="closeImage"></g:HTML>
<g:HTML height="15px" ui:field="openImage"></g:HTML>

View File

@ -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;
}