cleanup error message.

This commit is contained in:
Saman Bemel-Benrud
2013-03-07 15:29:45 -05:00
parent 4ac5da7584
commit fd2f464bf9
2 changed files with 5 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ a, button {
h2 {
font-size: 25px;
line-height: 1.6;
line-height: 1.25;
font-weight: bold;
margin-bottom: 10px;
}
@@ -333,9 +333,10 @@ button.minor:hover {
}
button.centered {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
display: block;
}
.button-wrap {
@@ -1369,7 +1370,7 @@ div.typeahead a:first-child {
border-radius: 0 0 4px 4px;
}
.modal-section:only-child {
.modal-section:only-of-type {
border-radius: 4px;
}

View File

@@ -14,7 +14,7 @@ iD.ui.confirm = function(selection) {
.attr('class', 'buttons cf');
var okbutton = buttonwrap.append('button')
.attr('class', 'action centered')
.attr('class', 'col2 action centered')
.on('click.confirm', function() {
modal.remove();
});