From 5c779a09eb32507fb85e96d647ed1358a93678f2 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 18 Dec 2013 22:52:45 +0100 Subject: CSS : style pour les titres trop longs (correction) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correction de https://github.com/marienfressinaud/FreshRSS/commit/8f002eb042d06abc464466bdc4cacb37b63a8f7e En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322 --- public/themes/flat-design/freshrss.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'public/themes/flat-design') diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index cecb4cc06..055e8bf8b 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -237,6 +237,7 @@ body { } .flux_header { + background: inherit; height: 25px; font-size: 12px; border-top: 1px solid #ecf0f1; @@ -265,15 +266,15 @@ body { padding: 5px; } .flux .item.title { + background: inherit; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .flux .item.title:hover { - background: #FFF; overflow: visible; - padding-right: 1.5em; position: absolute; + padding-right: 1.5em; } .flux .item.title a { color: #333; -- cgit v1.2.3