X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/513bec8044e56bf669d1b2e7ef3a1c4b53362aff..352d9365e4c2a70756d3cd2f14530a7f71201c36:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6ead2220a..d41dd5481 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1265,3 +1265,14 @@ abbr.geo { } } } + +/* Rules for the notes interface */ + +.note { + width: 300px; + + .buttons { + margin-top: 5px; + text-align: right; + } +}