Browse Source

modif taille carte + style pour titre de la page locate_refpoint

julpec 8 years ago
parent
commit
d7b568d262
1 changed files with 4 additions and 1 deletions
  1. 4 1
      panorama/static/panorama/css/celutz.css

+ 4 - 1
panorama/static/panorama/css/celutz.css

@@ -273,7 +273,7 @@ fieldset#adding {
     background-color:rgba(100,0,0,0.5);
     background-color:rgba(100,0,0,0.5);
 }
 }
 #map {
 #map {
-    height: 800px;
+    height: 100%;
     padding: -10px;
     padding: -10px;
 }
 }
 /* Minimap on the panorama view */
 /* Minimap on the panorama view */
@@ -344,3 +344,6 @@ select {
 .fa-map-marker::before {
 .fa-map-marker::before {
     font-size: 20px;
     font-size: 20px;
 }
 }
+.result-title {
+    margin-left: 150px;
+}