removed margin right
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/questions@117736 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ad19d2a5c3
commit
5199e94c07
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="target/questions-1.1.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<classpathentry kind="src" output="target/questions-1.1.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
<attribute name="maven.pomderived" value="true"/>
|
||||
|
@ -31,5 +31,5 @@
|
|||
<attribute name="maven.pomderived" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="output" path="target/questions-1.1.0-SNAPSHOT/WEB-INF/classes"/>
|
||||
<classpathentry kind="output" path="target/questions-1.1.1-SNAPSHOT/WEB-INF/classes"/>
|
||||
</classpath>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<dependent-module archiveName="session-checker-0.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/session-checker/session-checker">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="workspace-light-tree-2.13.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-light-tree/workspace-light-tree">
|
||||
<dependent-module archiveName="workspace-light-tree-2.14.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/workspace-light-tree/workspace-light-tree">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{"ide":{"scriptPaths":[]},"plugins":{"aui":{},"liferay":{},"yui":{}},"libs":["ecma5","browser"]}
|
|
@ -1,8 +1,14 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets-user.questions.1-1-1"
|
||||
date="2015-08-29">
|
||||
<Change>Minor Restyle</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.questions.1-1-0"
|
||||
date="2015-04-29">
|
||||
<Change>Replaced non consistent image-button for sending message with actual button</Change>
|
||||
<Change>Ported to GWT 270</Change>
|
||||
<Change>Replaced non consistent image-button for sending message with
|
||||
actual button
|
||||
</Change>
|
||||
<Change>Ported to GWT 270</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets-user.questions.1-0-0"
|
||||
date="2014-12-09">
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -13,10 +13,10 @@
|
|||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>questions</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<name>gCube Questions Ask Managers Portlet</name>
|
||||
<description>
|
||||
Message VRE Managers
|
||||
gCube Questions Ask Managers Portlet
|
||||
</description>
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</connection>
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#questionsManagersDiv {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.questions-title {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in New Issue