[OpenLayers-Commits] r11409 - sandbox/camptocamp/mobile/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Feb 24 07:01:57 EST 2011


Author: fredj
Date: 2011-02-24 04:01:57 -0800 (Thu, 24 Feb 2011)
New Revision: 11409

Modified:
   sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html
   sandbox/camptocamp/mobile/openlayers/examples/style.mobile-jq.css
Log:
css for result and layer switcher, footer position

Modified: sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html
===================================================================
--- sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html	2011-02-24 11:43:41 UTC (rev 11408)
+++ sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html	2011-02-24 12:01:57 UTC (rev 11409)
@@ -30,7 +30,7 @@
             <div id="map"></div>
           </div>
 
-          <div data-role="footer">
+          <div data-role="footer" data-position="fixed">
             <a href="#searchpage" data-icon="search" data-role="button">Search</a>
             <a href="#" id="locate" data-icon="locate" data-role="button">Locate</a>
             <a href="#layerspage" data-icon="layers" data-role="button">Layers</a>

Modified: sandbox/camptocamp/mobile/openlayers/examples/style.mobile-jq.css
===================================================================
--- sandbox/camptocamp/mobile/openlayers/examples/style.mobile-jq.css	2011-02-24 11:43:41 UTC (rev 11408)
+++ sandbox/camptocamp/mobile/openlayers/examples/style.mobile-jq.css	2011-02-24 12:01:57 UTC (rev 11409)
@@ -47,3 +47,6 @@
 .ui-icon-layers {
     background-image: url(img/openlayers.png);
 }
+.ui-content .ui-listview-inset, #search_results {
+    margin: 1em;
+}



More information about the Commits mailing list