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
This commit is contained in:
parent
c234e93a19
commit
6c1415f514
|
@ -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;
|
||||
|
|
|
@ -15,6 +15,26 @@
|
|||
<url-pattern>/speciesdiscovery/taxonomy</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>ResultRowTable</servlet-name>
|
||||
<servlet-class>org.gcube.portlets.user.speciesdiscovery.server.ResultRowTable</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>ResultRowTable</servlet-name>
|
||||
<url-pattern>/speciesdiscovery/ResultRowTable</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>TaxonomyRowTable</servlet-name>
|
||||
<servlet-class>org.gcube.portlets.user.speciesdiscovery.server.TaxonomyRowTable</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>TaxonomyRowTable</servlet-name>
|
||||
<url-pattern>/speciesdiscovery/TaxonomyRowTable</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- GisViewer Servlets -->
|
||||
<servlet>
|
||||
<servlet-name>GisViewerService</servlet-name>
|
||||
|
|
Reference in New Issue