Make only the address icon clickable
This commit is contained in:
parent
5a79256b0c
commit
236e7b91be
2 changed files with 15 additions and 3 deletions
12
css/main.css
12
css/main.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue