This commit is contained in:
Massimiliano Assante 2016-07-14 18:15:02 +00:00
parent 60b45b338e
commit 860087509f
4 changed files with 22 additions and 3 deletions

View File

@ -4,6 +4,18 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-sources/gwt"/>
<dependent-module archiveName="social-util-library-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/social-util-library/social-util-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="session-checker-1.0.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/session-checker/session-checker">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="pickitem-widget-1.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/pickitem-widget/pickitem-widget">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="gcube-widgets-2.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gcube-widgets/gcube-widgets">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
<property name="context-root" value="news-feed"/>
</wb-module>

View File

@ -10,6 +10,7 @@
<table class="single-comment">
<tr>
<td width="36px" align="middle">
<div style="width:32px;">&nbsp;</div>
<g:Image styleName="member-photo" url="" ui:field="avatarImage"
width="32px" height="32px" />
<m:AvatarReplacement4Comments visible="false"

View File

@ -4,7 +4,7 @@
<inherits name='com.google.gwt.user.User' />
<!-- To Comment out -->
<!-- <set-property name="user.agent" value="safari,gecko1_8" /> -->
<!-- <set-property name="user.agent" value="safari" /> -->
<!-- Other module inherits -->
<inherits name="net.eliasbalasis.tibcopagebus4gwt.tibcopagebus4gwt" />

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