added ws apps handler dep in pom
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@71114 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0a319f9b42
commit
a9165be746
3
pom.xml
3
pom.xml
|
@ -150,8 +150,9 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>opengcubeapplication</artifactId>
|
||||
<artifactId>workspace-application-handler</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
<scope>${setScope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
|
|
|
@ -333,6 +333,7 @@ tableBorder td {
|
|||
font-size: 16pt;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 10px;
|
||||
color: #336699;
|
||||
}
|
||||
|
||||
.heading1 {
|
||||
|
@ -347,17 +348,19 @@ tableBorder td {
|
|||
|
||||
.heading2 {
|
||||
background-image: url(images/heading_2.png);
|
||||
font-size: 11pt;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.heading2-label {
|
||||
font-size: 11pt;
|
||||
font-size: 13pt;
|
||||
padding-left: 0px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.heading3 {
|
||||
background-image: url(images/heading_3.png);
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.heading3-label{
|
||||
|
@ -372,7 +375,7 @@ tableBorder td {
|
|||
|
||||
.heading4-label{
|
||||
font-size: 9pt;
|
||||
padding-left: 4px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.heading5 {
|
||||
|
|
Reference in New Issue