From: Andrew Dolgov Date: Wed, 10 Jul 2013 18:17:27 +0000 (+0400) Subject: floating title: fix feed styling X-Git-Tag: 1.9~50^2~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b532ef24edb5b733a7717cebe68e5e95dc3bcffe;p=tt-rss.git floating title: fix feed styling --- diff --git a/css/cdm.css b/css/cdm.css index 2d0797db..475aac14 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -278,6 +278,12 @@ div#floatingTitle div.hlFeed { white-space : nowrap; } +div#floatingTitle div.hlFeed a { + border-radius : 4px; + display : inline-block; + padding : 1px 4px 1px 4px; +} + div#floatingTitle span.updated { padding-right : 10px; white-space : nowrap;