1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/11552] Compact mode for notifications and pm links

This will hide part of buttons for notifications and pm links
in header before switching to responsive mode

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin
2013-10-18 22:32:46 +03:00
parent bd4dab8026
commit a23d4526fd
3 changed files with 39 additions and 2 deletions

View File

@@ -915,3 +915,12 @@ form > p.post-notice strong {
.notification_list p.notifications_time {
font-size: 11px;
}
.compact .icon-notification > a > span, .compact .icon-pm > a > span {
display: none;
}
.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
padding-left: 2px;
}