[Mapbender-commits] r7954 - branches/2.7/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 18 14:57:37 EDT 2011


Author: marc
Date: 2011-07-18 11:57:37 -0700 (Mon, 18 Jul 2011)
New Revision: 7954

Modified:
   branches/2.7/http/javascripts/mod_addWmsFromFilteredList_button.php
Log:
#765

Modified: branches/2.7/http/javascripts/mod_addWmsFromFilteredList_button.php
===================================================================
--- branches/2.7/http/javascripts/mod_addWmsFromFilteredList_button.php	2011-07-18 16:38:32 UTC (rev 7953)
+++ branches/2.7/http/javascripts/mod_addWmsFromFilteredList_button.php	2011-07-18 18:57:37 UTC (rev 7954)
@@ -53,7 +53,7 @@
 		width: 720,
 		height: 600,
 		pos: [300,100]
-	});
+	}).parent().css({position:"absolute"});
 };
 
 eventLocalize.register(function () {
@@ -83,4 +83,4 @@
 
 function mod_addWmsFromFilteredList_out(){
 	document.getElementById(addWmsFromFilteredListId).src = mod_addWmsFromFilteredList_img.src;
-}
\ No newline at end of file
+}



More information about the Mapbender_commits mailing list