From: Tom Hughes Date: Tue, 15 Jan 2013 21:42:43 +0000 (+0000) Subject: Set width of comment entry area in note popups X-Git-Tag: live~5114^2~50 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8cd6168b48e03b8c3a2dbbfc2b6c882ef8b09465 Set width of comment entry area in note popups --- diff --git a/app/assets/javascripts/templates/notes/new.jst.ejs b/app/assets/javascripts/templates/notes/new.jst.ejs index 2c2e77cfe..0b074ec3b 100644 --- a/app/assets/javascripts/templates/notes/new.jst.ejs +++ b/app/assets/javascripts/templates/notes/new.jst.ejs @@ -3,7 +3,7 @@
- +
diff --git a/app/assets/javascripts/templates/notes/show.jst.ejs b/app/assets/javascripts/templates/notes/show.jst.ejs index 028f4d084..9b9266a05 100644 --- a/app/assets/javascripts/templates/notes/show.jst.ejs +++ b/app/assets/javascripts/templates/notes/show.jst.ejs @@ -19,7 +19,7 @@ <% }) %> <% if (note.status == "open") { %> - +
diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 062c782a7..fcc580021 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1654,6 +1654,10 @@ a.button.submit { } } + .comment { + width: 100%; + } + .buttons { margin-top: 5px; text-align: right;