From 10ce2d2c38b794ff5574b8205e11f240acf25ef7 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 28 Nov 2013 19:38:11 +0100 Subject: Mise à jour designs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les zones cliquables s'étaient rapetissées dans les en-têtes des articles (le lien n'occupait pas toute la place) La zone d'en-dessous était aussi ratatinnée --- public/themes/default/freshrss.css | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'public/themes/default/freshrss.css') diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 288c87f7d..b82656751 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -248,45 +248,49 @@ .flux_header { height: 25px; font-size: 12px; - line-height: 25px; border-top: 1px solid #ddd; + cursor: pointer; } - .item.manage { + .flux .flux_header > .item > a, + .flux .bottom > .item > a { + display: inline-block; + height: 40px; + width: 100%; + line-height: 40px; + } + .flux .item.manage { width: 40px; white-space: nowrap; text-align: center; } - .flux_header .item.website { + .flux .item.website { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 40px; } - .flux_header .item.website .favicon { + .flux .item.website .favicon { padding: 5px; } - .flux_header .item.website a { + .flux .item.website a { display: block; height: 40px; } - .flux_header .item.title { + .flux .item.title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - cursor: pointer; } - .flux_header .item.title a { + .flux .item.title a { color: #000; outline: none; } - .flux.current .item.title a { - font-weight: bold; - } - .flux.not_read .flux_header .item.title { + .flux.not_read .item.title, + .flux.current .item.title { font-weight: bold; } - .item.date { + .flux .item.date { width: 200px; overflow: hidden; padding:0 5px 0 0; @@ -295,7 +299,6 @@ text-align: right; font-size: 10px; color: #666; - cursor: pointer; } .link { width: 40px; -- cgit v1.2.3