mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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 {
|
.profile-contact .dropdown-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: left;
|
|
||||||
width: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-contact .icon_contact {
|
.profile-contact .icon_contact {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile-contact .dropdown {
|
||||||
|
margin-right: -14px;
|
||||||
|
}
|
||||||
|
|
||||||
.online {
|
.online {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-position: 100% 0;
|
background-position: 100% 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue