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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Feb 23 07:00:51 EST 2011


Author: pgiraud
Date: 2011-02-23 04:00:51 -0800 (Wed, 23 Feb 2011)
New Revision: 11308

Modified:
   sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html
Log:
Remove the search input from the header, easier to reader

Modified: sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html
===================================================================
--- sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html	2011-02-23 11:43:13 UTC (rev 11307)
+++ sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html	2011-02-23 12:00:51 UTC (rev 11308)
@@ -166,12 +166,12 @@
         <div data-role="page" id="searchpage">
             <div data-role="header">
                  <h1>Search</h1>
+            </div>
                     <div data-role="fieldcontain">
                         <input type="search" name="query" id="query"
                             value="" placeholder="Search for places"
                             autocomplete="off"/>
                     </div>
-            </div>
             <ul data-role="listview" data-inset="true" id="search_results"> 
             </ul> 
         </div>



More information about the Commits mailing list