mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12553] Fix alignment of contact icon.
PHPBB3-12553
This commit is contained in:
parent
c0063a9e2e
commit
def39a670b
1 changed files with 4 additions and 2 deletions
|
@ -751,14 +751,16 @@ dd.profile-contact {
|
|||
|
||||
.profile-contact .dropdown-container {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.profile-contact .icon_contact {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.profile-contact .dropdown {
|
||||
margin-right: -14px;
|
||||
}
|
||||
|
||||
.online {
|
||||
background-image: none;
|
||||
background-position: 100% 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue