From 6c1415f514c004144c48412a5545bb049b90589c Mon Sep 17 00:00:00 2001 From: Francesco Mangiacrapa Date: Thu, 24 Oct 2013 10:56:55 +0000 Subject: [PATCH] webapp files merged with private version of spd git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/speciesdiscovery@83981 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/SpeciesDiscovery.css | 46 ++++++++++++++++++++++++++-- src/main/webapp/WEB-INF/web.xml | 20 ++++++++++++ 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/SpeciesDiscovery.css b/src/main/webapp/SpeciesDiscovery.css index c9f3063..9382448 100644 --- a/src/main/webapp/SpeciesDiscovery.css +++ b/src/main/webapp/SpeciesDiscovery.css @@ -108,6 +108,47 @@ table { font-size: 0px; } + + +table.imagetable-status { + font-family: verdana, arial, sans-serif; + font-size: 10px; + /*color:#333333; + border-width: 1px; + border-color: #999999; + */ + border-collapse: collapse; + border-spacing: 0px; + border: 1px solid #e3e3e3; + margin-top: 20px; + background-color: #FFF; + width: 98%; + margin: 5px 0 0 10px; + /*border-radius: 6px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + */ +} + + +table.imagetable-status colgroup { + width: 30%; + background-color: #D3E1F1; +} + +table.imagetable-status td { + /*background:#dcddc0 url('images/cell-grey.jpg');*/ + border-width: 1px; + border-style: solid; + border-color: #999999; + border-collapse: collapse; + border-spacing: 0px; + height: 22px; + padding: 5px; + /*background-repeat: repeat;*/ +} + + table.imagetable { font-family: verdana, arial, sans-serif; font-size: 10px; @@ -118,8 +159,9 @@ table.imagetable { border-collapse: collapse; border-spacing: 0px; border: 1px solid #e3e3e3; +/* margin-top: 20px; */ background-color: #f2f2f2; - width: 100%; + width: 99%; margin-bottom: 20px; /*border-radius: 6px; -webkit-border-radius: 6px; @@ -162,7 +204,7 @@ table.imagetable th { table.simpletable { table-layout: fixed; text-align: center; - width: 100%; + width: 99%; padding: 0px; margin: 0px; border-collapse: collapse; diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index e3b3ee3..804c856 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -15,6 +15,26 @@ /speciesdiscovery/taxonomy + + ResultRowTable + org.gcube.portlets.user.speciesdiscovery.server.ResultRowTable + + + + ResultRowTable + /speciesdiscovery/ResultRowTable + + + + TaxonomyRowTable + org.gcube.portlets.user.speciesdiscovery.server.TaxonomyRowTable + + + + TaxonomyRowTable + /speciesdiscovery/TaxonomyRowTable + + GisViewerService