Skip to content
Snippets Groups Projects
Commit d59a09f2 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Dependency fix. Minor layout adjustments on fireblight map

parent f9c3bd7e
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,13 @@
</exclusions>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>3.0.9.Final</version>
......@@ -70,13 +77,6 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
......
......@@ -41,8 +41,8 @@
/*border: 1px solid #dddddd;*/
}
.ol-zoom {
top: 2.5em;
bottom: auto;
top: auto;
bottom: 3.5em;
left: auto;
right: .5em
}
......@@ -57,9 +57,9 @@
.geo-location
{
top: 7.0em;
top: auto;
right: 0.5em;
bottom: auto;
bottom: 8.0em;
left: auto;
z-index: 1000;
}
......@@ -80,11 +80,11 @@
#featureForm {
display: none;
width: 300px;
width: auto;
max-width: 90%;
height: auto;
position: absolute;
top: 45px;
top: 3.0em;
left: 10px;
z-index: 1999;
background-color: white;
......@@ -95,8 +95,8 @@
#legend {
position: absolute;
top: auto;
bottom: 40px;
top: 3.0em;
bottom: auto;
right: 10px;
z-index: 1999;
background-color: white;
......@@ -170,7 +170,7 @@
<body>
<div id="map" class="map">
<div class="geo-location ol-unselectable ol-control"><button onclick="navToLocation();"></button></div>
<div class="geo-location ol-unselectable ol-control"><button onclick="navToLocation();" title="Finn min posisjon"></button></div>
</div>
<div id="searchFieldContainer">
<div id="searchFieldInnerContainer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment