mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
better user icon style.
This commit is contained in:
+8
-5
@@ -407,6 +407,14 @@ button[disabled] .label {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.user-icon {
|
||||
max-height: 20px;
|
||||
max-width: 20px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Definitions for every icon */
|
||||
.icon.browse { background-position: 0px -20px;}
|
||||
.icon.add-point { background-position: -20px -20px;}
|
||||
@@ -961,11 +969,6 @@ div.typeahead a:first-child {
|
||||
right: -30px;
|
||||
}
|
||||
|
||||
.user-icon {
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
}
|
||||
|
||||
.modal-section {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user