]> git.uio.no Git - u/erikhf/frm.git/commitdiff
start paa modal cleanupResult
authorRoza Moustafa <roza.92m@hotmail.com>
Sun, 6 Dec 2015 16:27:58 +0000 (17:27 +0100)
committerRoza Moustafa <roza.92m@hotmail.com>
Sun, 6 Dec 2015 16:27:58 +0000 (17:27 +0100)
src/components/map/map.html
src/components/search/search.html
src/css/map.css

index 1588c3a808d29173191916adf5962438922dd268..c4d95ad1ec34d5b1cbc8a18730b5ea2f8a374217 100644 (file)
@@ -1,17 +1,19 @@
 <div id="map"></div>
 
 
-<div id="divModal" class="modal-dialog modal-sm">
-    <div class="modal-content">
-        <div class="modal-header">
+<div id="divModal" >
+    <!--- class="modal-dialog modal-sm">-->
+  <!--  <div class="modal-content">-->
+
+  <!--      <div class="modal-header">-->
             <button type="button" class="close" (click)="closeModal()">&times;</button>
             <h4 class="modal-title">What do you want ? </h4>
-        </div>
+   <!--     </div>-->
+
+    <!--    <div class="modal-body">-->
         <div id="topLevel">
-            <div class="modal-footer">
                 <button type="button" class="btn btn-default" (click)="seeDetails()">See details</button>
                 <button type="button" class="btn btn-default" (click)="drillDown()">Drill down</button>
-            </div>
         </div>
         <div id="middleLevel">
             <button type="button" class="btn btn-default" (click)="seeDetails()">See details</button>
             <button type="button" class="btn btn-default" (click)="drillUp()">drill up</button>
         </div>
         <div id="bottomLevel">
-            <div class="modal-body">
-                <p>Do you want to add new a facility or see details?</p>
-            </div>
-            <div class="modal-footer">
                 <button type="button" class="btn btn-default" (click)="addUnit()">Yes</button>
                 <button type="button" class="btn btn-default" (click)="seeDetails()">See details</button>
                 <button type="button" class="btn btn-default" (click)="drillUp()">Drill up</button>
-            </div>
         </div>
+    <!--    </div>
+
+        <div class="modal-footer">
+         hei
+        </div>
+-->
+
 
-    </div>
-</div>
\ No newline at end of file
+    <!--</div>-->
+</div>
index d9660931407a285b345726ad86ab253446a91e07..e580b56036b188fd92f63bf0f5dde593ee878c9d 100644 (file)
                     name="livesearch"
                     id="livesearch"
                     placeholder="Search"
+                    onblur= "this.placeholder = 'Search'"
+                    onfocus="this.placeholder = ''"
                     value=""/>
 
 
-            <!--   onblur= "this.placeholder = 'Search'"
-                    onfocus="this.placeholder = ''"-->
+
 
 
             <button type="button" class="knapp col-md-2" (click)="toggle()"
index 3aad2fe0967ef6cd7379436620888356cde4b277..70fabfa74536d17be859b89f586d7063b4ad32d0 100644 (file)
@@ -119,6 +119,7 @@ html, body {
 }
 
 .result{
+    opacity: 0.8;
     height: 25vh;
     overflow: scroll;
     position: relative;
@@ -242,7 +243,9 @@ html, body {
 #divModal{
     position: relative;
     margin-top: 0;
-
+    width: 20%;
+    background: red;
+    overflow: hidden;
 }
 
 /* other */