From: Andrew Dolgov Date: Thu, 11 Jul 2013 11:44:54 +0000 (+0400) Subject: css: add feed loading indicator position hack X-Git-Tag: 1.9~40 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ab25a8064461a194d97dceaa014c68bfc395702b;p=tt-rss.git css: add feed loading indicator position hack --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 94bc5826..6b3b310c 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1147,3 +1147,7 @@ body#ttrssPrefs hr { text-shadow : 1px 1px 2px #fff; } +#feedTree img[src*='indicator_white.gif'] { + position : relative; + top : -2px; +}