X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8acdba8bdd2be14c2408518812660431fa9e59fb..9c10e6703e6945c4737c6b7682c6f1d606453294:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 1c8f72c24..04247ac8b 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -344,7 +344,10 @@ hr { } .olControlAttribution { - display: none !important; + bottom: 15px !important; + left: 0px !important; + right: 0px !important; + text-align: center; } #permalink { @@ -979,7 +982,7 @@ p#contributorGuidance { font-size: 0.8em; } -input[type="text"], input[type="password"], textarea { +input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea { border: 1px solid black; }