mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
hide close button for loading modal.
This commit is contained in:
+7
-1
@@ -272,7 +272,9 @@ ul.link-list li:last-child {
|
||||
.fr { float: right;}
|
||||
|
||||
div.hide,
|
||||
form.hide {
|
||||
form.hide,
|
||||
button.hide,
|
||||
a.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1674,6 +1676,10 @@ div.typeahead a:first-child {
|
||||
border-bottom: 1px solid #CCC;
|
||||
}
|
||||
|
||||
.modal-section:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.modal-flash .content {
|
||||
box-shadow: none;
|
||||
border-radius: 4px;
|
||||
|
||||
@@ -8,5 +8,7 @@ iD.ui.loading = function(selection, message, blocking) {
|
||||
loadertext.append('img').attr('class','loader').attr('src', 'img/loader.gif');
|
||||
loadertext.append('h3').text(message || '');
|
||||
|
||||
modal.select('button.close').attr('class','hide');
|
||||
|
||||
return modal;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user