Make only the address icon clickable

This commit is contained in:
Yemel Jardi 2014-08-15 13:16:06 -03:00
commit 236e7b91be
2 changed files with 15 additions and 3 deletions

View file

@ -925,6 +925,18 @@ button, .button, p {
margin-left: 0;
}
.addresses .list-addr i {
position: absolute;
top: -25px;
left: 6px;
cursor: pointer;
}
.addresses .list-addr contact {
margin-left: 42px;
cursor: text;
}
.pointer {
cursor: pointer;
}