[Mapbender-commits] r4360 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 16 03:21:01 EDT 2009


Author: verenadiewald
Date: 2009-07-16 03:20:57 -0400 (Thu, 16 Jul 2009)
New Revision: 4360

Modified:
   branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php
Log:
removed static css for divs displaySpatialButtons, wfsIcons and res -> added classes to divs so that styling can be defined within wfs conf style block

Modified: branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php	2009-07-15 12:45:12 UTC (rev 4359)
+++ branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php	2009-07-16 07:20:57 UTC (rev 4360)
@@ -1277,10 +1277,10 @@
 </head>
 <body>
 <form name='selectWfsConfForm' id='selectWfsConfForm'></form>
-<div name='wfsIcons' id='wfsIcons'></div>
-<div name='displaySpatialButtons' id='displaySpatialButtons' style='width:180px;margin-top:5px;background-color:#FFFFFF;'></div>
+<div class='wfsIcons' name='wfsIcons' id='wfsIcons'></div>
+<div class='spatialButtons' name='displaySpatialButtons' id='displaySpatialButtons'></div>
 <form name='wfsForm' id='wfsForm' onsubmit='return validate()'>
 </form>
-<div class='resultDiv' name='res' id='res' style='width:180px'></div>
+<div class='resultDiv' name='res' id='res'></div>
 </body>
 </html>



More information about the Mapbender_commits mailing list