git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/news-feed@130430 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
60b45b338e
commit
860087509f
|
@ -4,6 +4,18 @@
|
||||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
<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="/src/main/java"/>
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-sources/gwt"/>
|
<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="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
|
||||||
<property name="context-root" value="news-feed"/>
|
<property name="context-root" value="news-feed"/>
|
||||||
</wb-module>
|
</wb-module>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<table class="single-comment">
|
<table class="single-comment">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="36px" align="middle">
|
<td width="36px" align="middle">
|
||||||
|
<div style="width:32px;"> </div>
|
||||||
<g:Image styleName="member-photo" url="" ui:field="avatarImage"
|
<g:Image styleName="member-photo" url="" ui:field="avatarImage"
|
||||||
width="32px" height="32px" />
|
width="32px" height="32px" />
|
||||||
<m:AvatarReplacement4Comments visible="false"
|
<m:AvatarReplacement4Comments visible="false"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<inherits name='com.google.gwt.user.User' />
|
<inherits name='com.google.gwt.user.User' />
|
||||||
|
|
||||||
<!-- To Comment out -->
|
<!-- To Comment out -->
|
||||||
<!-- <set-property name="user.agent" value="safari,gecko1_8" /> -->
|
<!-- <set-property name="user.agent" value="safari" /> -->
|
||||||
|
|
||||||
<!-- Other module inherits -->
|
<!-- Other module inherits -->
|
||||||
<inherits name="net.eliasbalasis.tibcopagebus4gwt.tibcopagebus4gwt" />
|
<inherits name="net.eliasbalasis.tibcopagebus4gwt.tibcopagebus4gwt" />
|
||||||
|
|
|
@ -221,7 +221,7 @@ div#comment-inputContainer textarea.post-comment.comment-dark-color {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
width: 99%;
|
width: 95%;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
@ -271,7 +271,7 @@ img.member-photo {
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentsPanel {
|
.commentsPanel {
|
||||||
width: 99%;
|
width: 430px;
|
||||||
margin: 4px 0 0 4px;
|
margin: 4px 0 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -545,6 +545,9 @@ a.person-link {
|
||||||
|
|
||||||
/* For phones*/
|
/* For phones*/
|
||||||
@media screen and (max-width: 520px) {
|
@media screen and (max-width: 520px) {
|
||||||
|
.commentsPanel {
|
||||||
|
width: 260px;
|
||||||
|
}
|
||||||
#comment-highlighterContainer {
|
#comment-highlighterContainer {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
}
|
}
|
||||||
|
@ -580,6 +583,9 @@ a.person-link {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
|
.commentsPanel {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
.link-preview {
|
.link-preview {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue