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:
Massimiliano Assante 2013-03-10 15:46:15 +00:00
parent 0a319f9b42
commit a9165be746
2 changed files with 8 additions and 4 deletions

View File

@ -150,8 +150,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>opengcubeapplication</artifactId> <artifactId>workspace-application-handler</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> <version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>${setScope}</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>

View File

@ -333,6 +333,7 @@ tableBorder td {
font-size: 16pt; font-size: 16pt;
padding-left: 0px; padding-left: 0px;
padding-bottom: 10px; padding-bottom: 10px;
color: #336699;
} }
.heading1 { .heading1 {
@ -347,17 +348,19 @@ tableBorder td {
.heading2 { .heading2 {
background-image: url(images/heading_2.png); background-image: url(images/heading_2.png);
font-size: 11pt; font-size: 13pt;
} }
.heading2-label { .heading2-label {
font-size: 11pt; font-size: 13pt;
padding-left: 0px; padding-left: 0px;
font-weight: bold;
} }
.heading3 { .heading3 {
background-image: url(images/heading_3.png); background-image: url(images/heading_3.png);
font-size: 10pt; font-size: 10pt;
font-weight: bold;
} }
.heading3-label{ .heading3-label{
@ -372,7 +375,7 @@ tableBorder td {
.heading4-label{ .heading4-label{
font-size: 9pt; font-size: 9pt;
padding-left: 4px; padding-left: 15px;
} }
.heading5 { .heading5 {