mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 06:58:32 +02:00
tweaks to loader.
This commit is contained in:
@@ -762,6 +762,8 @@ div.typeahead a:first-child {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.modal .loader { margin-bottom: 10px;}
|
||||
|
||||
.modal .content {
|
||||
padding: 10px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ iD.loading = function(message) {
|
||||
var loadertext = modal.select('.content')
|
||||
.classed('loading-modal', true)
|
||||
.append('div').classed('pad1',true);
|
||||
loadertext.append('img').attr('class','icon big').attr('src', '../img/loader.gif');
|
||||
loadertext.append('img').attr('class','loader').attr('src', '../img/loader.gif');
|
||||
loadertext.append('h3').text(message || '');
|
||||
|
||||
return modal;
|
||||
|
||||
Reference in New Issue
Block a user