]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/2711'
authorTom Hughes <tom@compton.nu>
Wed, 15 Jul 2020 20:31:18 +0000 (21:31 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 15 Jul 2020 20:31:18 +0000 (21:31 +0100)
1  2 
app/assets/stylesheets/common.scss

index 7c4053c4f48b722b3b74a6b05a70845bae9d668c,0890481da22335ce015c95a8f8cc82a46512a578..50bcf9be7b13124c05e9519154e974abf52db565
@@@ -35,6 -35,10 +35,6 @@@ small, aside 
    margin-right: $lineheight/4;
  }
  
 -.red { color: $red; }
 -
 -.piwik { border: 0; }
 -
  [dir=rtl] { /* no-r2 */ text-align: right; }
  
  [dir=ltr] { /* no-r2 */ text-align: left; }
@@@ -76,6 -80,7 +76,6 @@@
  a {
    color: #24d;
    text-decoration: none;
 -  -webkit-appearance: none;
    outline: 0;
    &:hover {
      text-decoration: underline;
@@@ -266,7 -271,7 +266,7 @@@ nav.primary, nav.secondary 
    display: none;
  }
  
 -body.compact {
 +body.compact-nav {
    #compact-secondary-nav {
      display: inline-block;
    }
  }
  
  #browse_status {
-   p {
-     padding: $lineheight;
-   }
    input {
      display: block;
      margin-left: auto;
@@@ -1039,11 -1040,6 +1035,6 @@@ tr.turn:hover 
      }
    }
  
-   .warning {
-     margin: 0 0 $lineheight/2 0;
-     padding: 0 $lineheight/2;
-   }
    .note-comments li, .changeset-comments li {
      margin: $lineheight/2 0;
  
  
  /* Rules for the account settings page */
  
 -#accountForm .user_map {
 -  position: relative;
 -  width: 500px;
 -  height: 400px;
 -  border: 1px solid $grey;
 -}
 -
  #accountForm .user_image {
    margin-bottom: 0;
  }
@@@ -2206,18 -2209,12 +2197,18 @@@ input.richtext_title[type="text"] 
        display: block;
        color: white;
        font-weight: 300;
 -      font-size: 34px;
 +      font-size: 28px;
        span {
          color: $vibrant-green;
        }
      }
  
 +    @include media-breakpoint-up(sm) {
 +      h1 {
 +        font-size: 34px;
 +      }
 +    }
 +
      .user-image {
        position: absolute;
        top: 0px;
      display: none;
    }
  }
 -
 -.read-reports {
 -  background: $lightgrey;
 -  opacity: 0.7;
 -}