From: Andrew Dolgov Date: Wed, 5 Jun 2013 18:54:53 +0000 (+0400) Subject: move notify a bit to the left so it woulnd't obscure browser scrollbar X-Git-Tag: 1.8~25 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3e008206a6349733878e95dbead3cdc10125c16c;p=tt-rss.git move notify a bit to the left so it woulnd't obscure browser scrollbar --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 944b7aa7..d40c7bf5 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -128,7 +128,7 @@ a:hover { #notify { bottom : 10px; - right : 10px; + right : 20px; border-width : 1px; border-style : solid; position : absolute;