From ab25a8064461a194d97dceaa014c68bfc395702b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Jul 2013 15:44:54 +0400 Subject: css: add feed loading indicator position hack --- css/tt-rss.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/tt-rss.css b/css/tt-rss.css index 94bc5826c..6b3b310c8 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; +} -- cgit v1.2.3