]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Add note on assigning issues
[rails.git] / app / assets / stylesheets / common.scss
index 757da56fec30f495a332f758b87eb6ebfb5c1cf7..8dba773d876297785cbc8eb44e7de950c59f8fcf 100644 (file)
@@ -368,6 +368,14 @@ body.small-nav {
     .leaflet-marker-draggable {
       cursor: move;
     }
     .leaflet-marker-draggable {
       cursor: move;
     }
+
+    .query-marker {
+      animation: 1500ms forwards query-marker-fade;
+
+      @keyframes query-marker-fade {
+        to { opacity: 0 }
+      }
+    }
   }
 
   #map-ui {
   }
 
   #map-ui {
@@ -395,7 +403,7 @@ body.small-nav {
       overflow-y: scroll;
     }
 
       overflow-y: scroll;
     }
 
-    .overlay-sidebar {
+    .overlay-sidebar.overlay-right-sidebar {
       #sidebar {
         position: absolute;
         width: 350px;
       #sidebar {
         position: absolute;
         width: 350px;
@@ -403,7 +411,7 @@ body.small-nav {
         overflow: hidden;
       }
 
         overflow: hidden;
       }
 
-      #map, #map-ui {
+      #map {
         height: 100%;
       }
     }
         height: 100%;
       }
     }
@@ -412,9 +420,12 @@ body.small-nav {
 
 .layers-ui {
   .base-layers > * {
 
 .layers-ui {
   .base-layers > * {
-    height: 56px;
+    height: 3.5rem;
 
     > .btn {
 
     > .btn {
+      box-sizing: content-box;
+      top: - map.get($border-widths, 4);
+      left: - map.get($border-widths, 4);
       --bs-btn-border-color: var(--bs-body-bg);
     }
     > .btn:hover {
       --bs-btn-border-color: var(--bs-body-bg);
     }
     > .btn:hover {
@@ -568,7 +579,13 @@ tr.turn {
     cursor: pointer;
 }
 
     cursor: pointer;
 }
 
-.routing_marker { width: 15px; cursor: move; }
+.routing_marker_column {
+  width: 15px;
+
+  img {
+    cursor: move;
+  }
+}
 
 /* Rules for the history sidebar */
 
 
 /* Rules for the history sidebar */
 
@@ -671,10 +688,16 @@ tr.turn {
   padding: $lineheight;
 }
 
   padding: $lineheight;
 }
 
-/* Overrides for pages that use new layout conventions */
+/* Rules for login and signup pages */
+
+.sessions-new, .users-new, .users-create {
+  #content .content-inner {
+    max-width: 760px;
+  }
+}
 
 .header-illustration {
 
 .header-illustration {
-  background-position: 0 0;
+  background-position: right;
   background-repeat: no-repeat;
   position: relative;
   min-height: 200px;
   background-repeat: no-repeat;
   position: relative;
   min-height: 200px;
@@ -683,16 +706,16 @@ tr.turn {
   bottom: 0;
 
   &.new-user-main {
   bottom: 0;
 
   &.new-user-main {
-    background-image: image-url("sign-up-illustration.png");
-    background-position-x: 50px;
+    background-image: image-url("sign-up-illustration.svg");
+    background-position-x: 70px;
   }
 
   &.confirm-main {
   }
 
   &.confirm-main {
-    background-image: image-url("confirm-illustration.png");
+    background-image: image-url("confirm-illustration.svg");
   }
 
   &.new-user-terms {
   }
 
   &.new-user-terms {
-    background-image: image-url("terms-illustration.png");
+    background-image: image-url("terms-illustration.svg");
   }
 }
 
   }
 }
 
@@ -889,8 +912,10 @@ div.secondary-actions {
   }
 }
 
   }
 }
 
-.auth-container {
-  max-width: 600px;
+/* Rules for block pages */
+
+#block_list .username {
+  max-width: 20em;
 }
 
 /* Rules for tabs inside secondary background sections */
 }
 
 /* Rules for tabs inside secondary background sections */