]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Set "login/signup" page width equal to "about" page width
[rails.git] / app / assets / stylesheets / common.scss
index 757da56fec30f495a332f758b87eb6ebfb5c1cf7..69e82666ffbae81f4ade63bfa2197387978e0733 100644 (file)
@@ -395,7 +395,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 +403,7 @@ body.small-nav {
         overflow: hidden;
       }
 
         overflow: hidden;
       }
 
-      #map, #map-ui {
+      #map {
         height: 100%;
       }
     }
         height: 100%;
       }
     }
@@ -568,7 +568,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,7 +677,13 @@ 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 {
   background-position: 0 0;
 
 .header-illustration {
   background-position: 0 0;
@@ -889,10 +901,6 @@ div.secondary-actions {
   }
 }
 
   }
 }
 
-.auth-container {
-  max-width: 600px;
-}
-
 /* Rules for tabs inside secondary background sections */
 
 .bg-body-secondary .nav-tabs {
 /* Rules for tabs inside secondary background sections */
 
 .bg-body-secondary .nav-tabs {