From 3280b14ed6208a672c4c86878e3b80e3fcb14c32 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 18 Dec 2013 23:49:51 +0100 Subject: CSS : style pour les titres trop long (corrections 2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correction de https://github.com/marienfressinaud/FreshRSS/commit/5c779a09eb32507fb85e96d647ed1358a93678f2 En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322 --- public/themes/flat-design/freshrss.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/themes/flat-design/freshrss.css') diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 055e8bf8b..bbe477c04 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -271,10 +271,10 @@ body { white-space: nowrap; text-overflow: ellipsis; } - .flux .item.title:hover { + .flux:hover .item.title { overflow: visible; - position: absolute; padding-right: 1.5em; + position: absolute; } .flux .item.title a { color: #333; -- cgit v1.2.3