[Mapbender-commits] r9341 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jan 8 04:25:08 PST 2016


Author: armin11
Date: 2016-01-08 04:25:08 -0800 (Fri, 08 Jan 2016)
New Revision: 9341

Modified:
   trunk/mapbender/http/plugins/mb_downloadFeedClient.php
Log:
alter position of pan panel

Modified: trunk/mapbender/http/plugins/mb_downloadFeedClient.php
===================================================================
--- trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2016-01-08 12:10:30 UTC (rev 9340)
+++ trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2016-01-08 12:25:08 UTC (rev 9341)
@@ -28,8 +28,7 @@
 <meta http-equiv="content-language" content="en" />
 <meta http-equiv="content-style-type" content="text/css" />
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-	<link rel="stylesheet" href="../extensions/OpenLayers-2.9.1/theme/default/style.css" type="text/css">
-	<link rel="stylesheet" href="../extensions/OpenLayers-2.9.1/theme/default/style.css" type="text/css">
+	<link rel="stylesheet" href="../extensions/OpenLayers-2.13.1/theme/default/style.css" type="text/css">
 	<link type="text/css" href="../extensions/jquery-ui-1.8.16.custom/css/ui-lightness/jquery-ui-1.8.16.custom.css" rel="Stylesheet" />
 	
 	<style type="text/css">
@@ -39,6 +38,7 @@
 		font-family: "Verdana","Arial",sans-serif;
 		color: black;
 	}
+	.olControlPanPanel{margin-top:55px;}
         select, textarea {
             font: 0.9em Verdana, Arial, sans-serif;	
         }
@@ -114,8 +114,8 @@
             padding: 0.75em 0 0.75em 0;
         }
     </style>
-    	<!--<script src="../extensions/OpenLayers-2.9.1/OpenLayers.js"></script>-->
-	<script src="http://openlayers.org/api/OpenLayers.js"></script>
+    	<script src="../extensions/OpenLayers-2.13.1/OpenLayers.js"></script>
+	<!--<script src="http://openlayers.org/api/OpenLayers.js"></script>-->
 	<script src="../extensions/jquery-ui-1.8.16.custom/js/jquery-1.6.2.min.js"></script>
 	<script src="../extensions/jquery-ui-1.8.16.custom/js/jquery-ui-1.8.16.custom.min.js"></script>
 	<script src="../javascripts/mb_downloadFeedClient.php"></script>



More information about the Mapbender_commits mailing list