]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Re-introduce additional round trip for verifying auth_provider
[rails.git] / app / assets / stylesheets / common.scss
index 526fef99ef7c2cf07d703bfc924406e33de1f7e4..a7d07e74e92ed8179f8de323e427785a25efaa68 100644 (file)
@@ -593,8 +593,9 @@ tr.turn {
 
 #sidebar .changesets {
   li {
 
 #sidebar .changesets {
   li {
-    &.selected { background: $list-highlight; }
-    /* color is derived from changeset bbox fillColor in history.js */
+    &.selected {
+      @extend :hover;
+    }
 
     a.stretched-link > span, a:not(.stretched-link), [title] {
       position: relative;
 
     a.stretched-link > span, a:not(.stretched-link), [title] {
       position: relative;
@@ -725,6 +726,7 @@ tr.turn {
 
   &.new-user-main {
     background-image: image-url("sign-up-illustration.png");
 
   &.new-user-main {
     background-image: image-url("sign-up-illustration.png");
+    background-position-x: 50px;
   }
 
   &.confirm-main {
   }
 
   &.confirm-main {
@@ -734,17 +736,6 @@ tr.turn {
   &.new-user-terms {
     background-image: image-url("terms-illustration.png");
   }
   &.new-user-terms {
     background-image: image-url("terms-illustration.png");
   }
-
-  &.new-user-arm {
-    height: 110px;
-    width: 130px;
-    left: 280px;
-    top: 180px;
-    background-image: image-url("sign-up-illustration-arm.png");
-    position: absolute;
-    z-index: 100;
-    pointer-events: none;
-  }
 }
 
 [dir=rtl] .header-illustration {
 }
 
 [dir=rtl] .header-illustration {
@@ -778,7 +769,6 @@ tr.turn {
 /* Rules for user popups on maps */
 
 .user_popup {
 /* Rules for user popups on maps */
 
 .user_popup {
-  min-width: 200px;
   p {
     padding: 0 0 5px 0;
     margin: 0 0 0 60px;
   p {
     padding: 0 0 5px 0;
     margin: 0 0 0 60px;
@@ -1018,6 +1008,10 @@ 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 {