feature 19172 added new styles for gisviewer; added gcube-app.xml for SG

This commit is contained in:
Francesco Mangiacrapa 2020-04-28 19:07:36 +02:00
parent 3c51d4c599
commit 44fc863fc6
8 changed files with 160 additions and 9 deletions

View File

@ -1,17 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/gis-viewer-app-1.6.0/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/gis-viewer-app-1.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/gis-viewer-app-1.6.0/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/gis-viewer-app-1.7.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
@ -35,5 +40,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/gis-viewer-app-1.6.0/WEB-INF/classes"/>
<classpathentry kind="output" path="target/gis-viewer-app-1.7.0-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -1,5 +1,5 @@
eclipse.preferences.version=1
jarsExcludedFromWebInfLib=
lastWarOutDir=/home/francesco/git/gis-viewer-app/target/gis-viewer-app-1.6.0
lastWarOutDir=/home/francesco/git/gis-viewer-app/target/gis-viewer-app-1.7.0-SNAPSHOT
warSrcDir=src/main/webapp
warSrcDirIsOutput=false

View File

@ -2,5 +2,6 @@ eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding//src/test/resources=UTF-8
encoding/<project>=UTF-8
encoding/lib=UTF-8

View File

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="gis-viewer-app-1.6.0">
<wb-module deploy-name="gis-viewer-app-1.7.0-SNAPSHOT">
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/resources"/>
<dependent-module archiveName="gis-viewer-4.4.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gis-viewer/gis-viewer">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -2,8 +2,13 @@
<Changeset
component="org.gcube.portlets.user.gisvieweapp.1-7-0"
date="2020-04-24">
<Change>[Feature #19109] integrated with new Gis-Viewer capabilities</Change>
<Change>[Feature #19111] GisViewer 'zoom' and 'center' to Map readable as HTTP GET parameters</Change>
<Change>[Feature #19109] integrated with new Gis-Viewer capabilities
</Change>
<Change>[Feature #19111] GisViewer 'zoom' and 'center' to Map readable
as HTTP GET parameters</Change>
<Change>[Feature #19172] Gis-Viewer-App: update the look and feel of
Gis-Viewer
</Change>
</Changeset>
<Changeset
component="org.gcube.portlets.user.gisvieweapp.1-5-1"

View File

@ -1,5 +1,7 @@
/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
@import url(gis-viewer-newtheme.css);
h1 {
font-size: 2em;
font-weight: bold;

View File

@ -0,0 +1,7 @@
<application mode='online'>
<name>GisViewerApp</name>
<group>PortletsUser</group>
<version>1.0.0-SNAPSHOT</version>
<description>GisViewerApp web-application</description>
<exclude handlers='request-validation'>/*</exclude>
</application>

View File

@ -0,0 +1,132 @@
.x-toolbar {
border-color: #fff;
background-color: #fff !important;
background-image: none !important;
}
.x-btn-text-icon .x-btn-icon-small-top .x-btn-text {
padding-top: 25px !important;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: normal;
color: #666;
}
.x-tree3-el {
height: 25px !important;
}
.x-tree3-node-text {
padding: 3px 0 5px 3px;
top: 0 !important;
}
.x-grid3-row td.x-grid3-cell, .x-grid3-summary-row td.x-grid3-cell {
line-height: 30px !important;
}
.x-grid3-cell-inner, .x-grid3-hd-inner, x-grid3-cell-inner x-grid3-col-Type {
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: normal;
color: #666;
text-overflow: ellipsis;
white-space: nowrap;
}
.x-menubar {
background-color: #fff;
background-image: none !important;
}
.x-panel-body {
border: none !important;
/*border-bottom: 1px solid #d0def0 !important;*/
}
.x-panel-body-noheader {
border: none;
}
.x-border-layout-ct {
background-color: transparent;
border-color: transparent;
}
.x-toolbar {
border-color: #fff;
background-color: #fff;
}
.x-panel-header {
background-color: #fff !important;
background-image: none !important;
border: 1px solid #ececec !important;
}
.x-toolbar .xtb-sep {
background-image: none !important;
background-color: transparent;
margin: -2px;
}
.x-accordion-hd {
background-position: 0 0px;
}
.x-status-text {
color: #226599;
font-weight: bold !important;
}
.x-status-text-panel {
border-color: transparent;
}
.x-component {
color: #226599;
}
.x-btn button {
color: #226599;
}
.ext-el-mask-msg {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-width: 2px;
background-color: #FFF;
background-image: none;
}
.ext-el-mask-msg div {
border-color: transparent;
background-color: transparent;
}
ul.x-tab-strip-top {
background-color: #fff !important;
background-image: none !important;
border-bottom-color: #8db2e3;
}
.x-tab-panel-header{
border: 0px !important;
}
.x-tab-panel-header, .x-tab-panel-footer {
background-color: #fff !important;
border-color:#8db2e3;
overflow:hidden;
zoom:1;
}
.layersPanel1 {
background-color: #f9f9f9;
background-image: linear-gradient(to right, #f1f1f1, #f9f9f9) !important;
}
.x-toolbar{
border: 0px !important;
}