From a23d4526fde963c8a079a85997c7d2f018e13ec4 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 18 Oct 2013 22:32:46 +0300 Subject: [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 --- phpBB/styles/prosilver/theme/common.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'phpBB/styles/prosilver/theme/common.css') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index ee613f0d0c..67e052b70c 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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; +} + -- cgit v1.2.1