1
0
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:
Cesar G
2014-04-10 05:58:20 -07:00
parent ec145419ed
commit 11dd010f84
6 changed files with 70 additions and 46 deletions

View File

@@ -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;
}

View File

@@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

View File

@@ -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;