Browse Source

Improved map & search styling.

Jocelyn Delande 10 years ago
parent
commit
6f87c0aaba
2 changed files with 4 additions and 0 deletions
  1. 3 0
      assets/main.css
  2. 1 0
      index.html

+ 3 - 0
assets/main.css

@@ -1,6 +1,9 @@
 
 #map {
     min-height: 300px;
+	width: 500px;
+	height: 300px;
+    margin-right: 1em;
 }
 
 #search-results {

+ 1 - 0
index.html

@@ -121,6 +121,7 @@ Un moyen de contact au moins est nécessaire
         <div class="form-group form-group-lg form-inline">
           <input type="text" name="search" id="search" placeholder="rue du calvaire, nantes" class="form-control" />
           <span id="search-btn" class="btn btn-default btn-lg">Recherche</span>
+
           <div id="search-results" class=""></div>
           <p class="help-block">Déplacer le marqueur pour pointer précisément le bâtiment au besoin</p>
         </div>