mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 03:50:22 +02:00
[ticket/12553] Fix alignment of contact icon.
PHPBB3-12553
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user