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
Feature/26194
Massimiliano Assante 8 years ago
parent 1cafd0808b
commit b05a56db80

@ -6,8 +6,9 @@
<div class="div-table-row">
<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>
ui:field="avatarImage" width="60" height="60" />
<m:AvatarReplacement visible="false"
ui:field="avatarReplacement"></m:AvatarReplacement>
</div>
<div class="div-table-col content">
@ -46,13 +47,15 @@
<g:HTML ui:field="likesNo"></g:HTML>
</td>
<td align="right" style="width: 100%; vertical-align: top;">
<g:HTML styleName="comment" ui:field="vreSource" ></g:HTML>
<g:HTML styleName="comment" ui:field="vreSource"></g:HTML>
</td>
</tr>
</tbody>
</table>
</div>
<g:VerticalPanel ui:field="commentsPanel"></g:VerticalPanel>
<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>

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

Loading…
Cancel
Save