From: Andrew Dolgov Date: Tue, 16 Jul 2013 05:33:51 +0000 (+0400) Subject: fix counternode going behind feed title on gecko X-Git-Tag: 1.9~14 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=39d61109e6a88930d8a70e8a8dd5bf1b115b0161;p=tt-rss.git fix counternode going behind feed title on gecko --- diff --git a/css/tt-rss.css b/css/tt-rss.css index af6b50ab..2238c545 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1120,6 +1120,7 @@ body#ttrssMain #feedTree { border-radius : 4px; vertical-align : middle; float : right; + position : relative; line-height : 14px; margin-right : 4px; margin-top : 3px;