layout fixes.

This commit is contained in:
saman bb
2013-03-22 19:07:55 -04:00
parent 13f34e2e49
commit d4526e20f2
6 changed files with 38 additions and 21 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ iD.ui.Commit = function(context) {
var commentSection = body.append('div')
.attr('class', 'modal-section preset-field');
commentSection.append('h4')
.attr('for','input-commit-note')
commentSection.append('label')
.attr('class','form-label')
.text(t('commit.message_label'));
var commentField = commentSection