]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/address-html.php
make headers more compact
[nominatim.git] / lib / template / address-html.php
index 696188653bc339b688823f5277da2c1a246e53a3..34bf852cacceadb5c5a50766ba485162a05be927 100644 (file)
       <input name="lat" type="text" class="form-control input-sm" placeholder="latitude"  value="<?php echo htmlspecialchars($_GET['lat']); ?>" >
       <input name="lon" type="text" class="form-control input-sm" placeholder="longitude" value="<?php echo htmlspecialchars($_GET['lon']); ?>" >
     </div>
-    <div class="form-group">
+    <div class="form-group search-button-group">
       <button type="submit" class="btn btn-primary btn-sm">Search</button>
     </div>
-    <div>
+    <div class="search-type-link">
       <a href="<?php echo CONST_Website_BaseURL; ?>search.php">forward search</a>
     </div>
   </form>