]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Initial work on overpass based query API
[rails.git] / app / assets / stylesheets / common.css.scss
index 533e91c69ec4d681d276efb34bba8e8f2184346b..c088e9429d6e6cb90f87f7fe8c1aa11ebb786dd4 100644 (file)
@@ -171,7 +171,7 @@ small, aside {
 .icon.close:hover { background-position: -200px -20px; }
 .icon.check       { background-position: -220px 0; }
 .icon.note        { background-position: -240px 0; }
-.icon.gear        { background-position: -260px 0; }
+.icon.query       { background-position: -260px 0; }
 
 /* Rules for links */
 
@@ -683,6 +683,10 @@ nav.secondary {
   #map {
     height: 100%;
     overflow: hidden;
+
+    &.query-active {
+      cursor: help;
+    }
   }
 
   #map-ui {
@@ -1119,6 +1123,14 @@ header .search_form {
     overflow: hidden;
     margin: 0 0 10px 10px;
   }
+
+  .query-results {
+    display: none;
+
+    ul.results-list li.selected {
+      background: #FFFFE6;
+    }
+  }
 }
 
 /* Rules for export sidebar */