]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #2464 from hikemaniac/fix-comment-textarea
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 22 Dec 2019 10:21:14 +0000 (10:21 +0000)
committerGitHub <noreply@github.com>
Sun, 22 Dec 2019 10:21:14 +0000 (10:21 +0000)
Improve textarea behaviour

1  2 
app/assets/stylesheets/common.scss

index 6e73da63b31d0df9b7e7b6e18b0bee2d51948767,e8db49b7ab568c93efca7341a953343a70a3f23e..c3b7dca67fcd48a74b4d295990c1a55e2fe32b4f
@@@ -1,5 -1,4 +1,5 @@@
  @import "parameters";
 +@import "bootstrap-custom";
  
  /* Styles common to large and small screens */
  
@@@ -109,6 -108,23 +109,6 @@@ body 
    height: 100%;
  }
  
 -h1, h2, h3 {
 -  font-weight: 600;
 -  line-height: 1.2;
 -}
 -
 -h4, h5 {
 -  font-weight: 500;
 -}
 -
 -h1 {
 -  font-size: 18px;
 -}
 -
 -h2, h3 {
 -  font-size: 16px;
 -}
 -
  p > img {
    width: auto;
    max-width: 100%;
@@@ -264,18 -280,11 +264,18 @@@ header 
    }
  
    h1 {
 +    font-size: 18px;
 +    font-weight: 600;
 +    line-height: 1.2;
      margin: 0;
      padding-top: 15px;
  
      a {
        color: #000;
 +    }
 +
 +    a:hover {
 +      color: #000;
      }
    }
  }
@@@ -2083,6 -2092,7 +2083,7 @@@ textarea 
    color: #222;
    background-color: #fff;
    border: 1px solid $grey;
+   border-radius: 3px;
    padding: 2px 5px;
    margin: 0;
    width: 200px;
  textarea {
    padding: 5px;
    width: 100%;
+   min-height: 50px;
+   resize: vertical;
  }
  
  /* Rules for user images */