better user icon style.

This commit is contained in:
Saman Bemel-Benrud
2013-01-29 13:23:52 -05:00
parent 7b374de5f8
commit 6d6d3ce7fe
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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')