From ce1fca2332679def5884d82164037bedc7dc86ee Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 27 Dec 2012 22:36:44 -0800 Subject: [ticket/11103] Clean up some notifications CSS PHPBB3-11103 --- phpBB/styles/prosilver/theme/common.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 0f44b5f861..7f9431770a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -742,9 +742,9 @@ p.rules a { } .notification_list .pointer, .notification_list .pointer_inner { - position: absolute; - width: 0; - height: 0; + position: absolute; + width: 0; + height: 0; border-top-width: 0; border-bottom: 10px solid; border-left: 10px dashed transparent; @@ -753,7 +753,7 @@ p.rules a { background: transparent; } -.notification_list .pointer { +.notification_list .pointer { right: auto; left: 10px; top: -11px; -- cgit v1.2.1