mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
[ticket/12265] Add contact icon and remove border from last row & cells.
PHPBB3-12265
This commit is contained in:
@@ -254,14 +254,10 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.contact-icons a:nth-child(4) {
|
||||
.contact-icons .last-cell {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.contact-icons a:nth-child(5) {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.contact-icons div:last-child a {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
@@ -735,6 +735,15 @@ dd.profile-contact {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.profile-contact .dropdown-container {
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.profile-contact .icon_contact {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.online {
|
||||
background-image: none;
|
||||
background-position: 100% 0;
|
||||
|
BIN
phpBB/styles/prosilver/theme/images/icon_contact.png
Normal file
BIN
phpBB/styles/prosilver/theme/images/icon_contact.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 340 B |
@@ -356,13 +356,14 @@ span.imageset {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.imageset.icon_contact {
|
||||
background-image: url("./images/icon_contact.png");
|
||||
padding-left: 16px;
|
||||
padding-top: 12px;
|
||||
}
|
||||
|
||||
|
||||
/* English images for fallback */
|
||||
.imageset.icon_contact_pm {
|
||||
background-image: url("./en/icon_contact_pm.gif");
|
||||
padding-left: 28px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
.imageset.icon_post_edit {
|
||||
background-image: url("./en/icon_post_edit.gif");
|
||||
padding-left: 42px;
|
||||
|
Reference in New Issue
Block a user