mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
cleanup error message.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user