]> git.uio.no Git - u/erikhf/frm.git/commitdiff
mer design alle gly paa plass
authorRoza Moustafa <roza.92m@hotmail.com>
Thu, 10 Dec 2015 16:50:50 +0000 (17:50 +0100)
committerRoza Moustafa <roza.92m@hotmail.com>
Thu, 10 Dec 2015 16:50:50 +0000 (17:50 +0100)
src/components/search/search.html
src/css/map.css

index 2eb78c291d87ff8894105405e8085969d2f1a2a1..5a2c3e0e04f942ee1c18c4c8c6a5b5ed10a07f9f 100644 (file)
@@ -41,7 +41,7 @@
                         <a id="left-menu" href="#"><span class="glyphicon glyphicon-map-marker glyresult"></span>  {{orgunit.name}}</a>
                     </li>
                     <li *ng-if="filteredOrgunits.length == 0">
-                        <p class="nomatch"> No matching results </p>
+                        <p class="nomatch"><span class="glyphicon glyphicon-map-marker glyinfo"></span>  No matching results </p>
                     </li>
                 </ul>
             </div>
index de76454528343bf015284035f30dc15baab1c556..9d1f0deec16e8515762310a6de3ac4b15f0824d2 100644 (file)
@@ -89,7 +89,7 @@ html, body {
 
 .nomatch{
     margin-left: 20px;
-    font-size: 14px;
+    font-size: 16px;
 }
 
 .divresult{
@@ -155,6 +155,10 @@ html, body {
     background-color: #f5f5f5
 }
 
+.result > li:last-child {
+    border: none;
+}
+
 .emptyresult{
     float: right;
     border: 0;
@@ -345,10 +349,5 @@ label{
     font-size: 14px;
 }
 
-.arrowresult{
-    text-align: right;
-    float: right;
-    font-size: 14px;
-    padding: 0;
-}
+