diff options
| author | Cesar G <prototech91@gmail.com> | 2014-04-10 05:58:20 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-04-15 08:56:34 -0700 |
| commit | 11dd010f84044d8533a5eff387c2b57f62b4298f (patch) | |
| tree | 8345a5b5cdc7ac1262543ec72dc3ca32f45b6e46 /phpBB/styles/prosilver/theme | |
| parent | ec145419eddce662e0afe050f14f0f690ecf40e2 (diff) | |
| download | forums-11dd010f84044d8533a5eff387c2b57f62b4298f.tar forums-11dd010f84044d8533a5eff387c2b57f62b4298f.tar.gz forums-11dd010f84044d8533a5eff387c2b57f62b4298f.tar.bz2 forums-11dd010f84044d8533a5eff387c2b57f62b4298f.tar.xz forums-11dd010f84044d8533a5eff387c2b57f62b4298f.zip | |
[ticket/12265] Add contact icon and remove border from last row & cells.
PHPBB3-12265
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 6 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 9 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/images/icon_contact.png | bin | 0 -> 340 bytes | |||
| -rw-r--r-- | phpBB/styles/prosilver/theme/imageset.css | 11 |
4 files changed, 16 insertions, 10 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index b17903c958..4a243392ee 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -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; } diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 6d39e675ce..998b139262 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -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; diff --git a/phpBB/styles/prosilver/theme/images/icon_contact.png b/phpBB/styles/prosilver/theme/images/icon_contact.png Binary files differnew file mode 100644 index 0000000000..04e4d9ad17 --- /dev/null +++ b/phpBB/styles/prosilver/theme/images/icon_contact.png diff --git a/phpBB/styles/prosilver/theme/imageset.css b/phpBB/styles/prosilver/theme/imageset.css index e6d306c7fd..6bc345889e 100644 --- a/phpBB/styles/prosilver/theme/imageset.css +++ b/phpBB/styles/prosilver/theme/imageset.css @@ -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; |
