mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
better user icon style.
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ iD.ui.commit = function(map) {
|
||||
user_link
|
||||
.append('img')
|
||||
.attr('src', user.image_url)
|
||||
.attr('class', 'icon icon-pre-text');
|
||||
.attr('class', 'icon icon-pre-text user-icon');
|
||||
}
|
||||
|
||||
// Confirm / Cancel Buttons
|
||||
|
||||
@@ -18,7 +18,7 @@ iD.ui.userpanel = function(connection) {
|
||||
// Add thumbnail or dont
|
||||
if (user_details.image_url) {
|
||||
userLink.append('img')
|
||||
.attr('class', 'icon icon-pre-text')
|
||||
.attr('class', 'icon icon-pre-text user-icon')
|
||||
.attr('src', user_details.image_url);
|
||||
} else {
|
||||
userLink.append('span')
|
||||
|
||||
Reference in New Issue
Block a user