From 643919c62fdd56546f6ffe99809a61739b479cca Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 10 Feb 2015 22:19:06 +0300 Subject: [PATCH] Popup moved to the bottom. --- chrome_point_plus/modules/ajax-comments.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome_point_plus/modules/ajax-comments.css b/chrome_point_plus/modules/ajax-comments.css index b6d045d..b801818 100644 --- a/chrome_point_plus/modules/ajax-comments.css +++ b/chrome_point_plus/modules/ajax-comments.css @@ -1,7 +1,7 @@ .pp-notification { display: block; position: fixed; - top: 40px; + bottom: 40px; right: 40px; padding: 20px; border-radius: 2px; @@ -12,7 +12,7 @@ } .pp-notification a, -.pp-notification a:visited, { +.pp-notification a:visited { color: #fff; text-decoration: none; font-weight: bold;