From 9ae0652d9f88610e44be7409c0287bac1327a68e Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 21 Aug 2013 14:36:18 +0200 Subject: Fix issue #131 : pied d'article MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout de la date et du lien vers site externe au pied des articles Modification comportement raccourci "up" : si la fenêtre est sous l'article actif, on remonte en haut de cet article. Si la fenêtre est au début de l'article actif ou au-dessus, on remonte en haut de l'écran --- public/themes/default/freshrss.css | 10 +++++----- public/themes/flat-design/freshrss.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'public/themes') diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index cf32e9561..107318dde 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -262,7 +262,7 @@ .flux.not_read .flux_header .item.title { font-weight: bold; } - .flux_header .item.date { + .item.date { width: 200px; overflow: hidden; white-space: nowrap; @@ -272,11 +272,11 @@ color: #666; cursor: pointer; } - .flux_header .item.link { + .item.link { width: 40px; text-align: center; } - .flux_header .item.link a { + .item.link a { display: inline-block; width: 40px; height: 40px; @@ -284,7 +284,7 @@ background: url("icons/link.svg") center center no-repeat; vertical-align: middle; } - .flux_header .item.link a:hover { + .item.link a:hover { text-decoration: none; } @@ -553,7 +553,7 @@ .aside .btn-important, .aside .feeds .dropdown, .flux_header .item.website span, - .flux_header .item.date { + .item.date { display: none; } .flux_header .item.website { diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index d3a51d05e..193fa3d6f 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -256,7 +256,7 @@ body { .flux.not_read .flux_header .item.title { font-weight: bold; } - .flux_header .item.date { + .item.date { width: 200px; overflow: hidden; white-space: nowrap; @@ -266,11 +266,11 @@ body { color: #666; cursor: pointer; } - .flux_header .item.link { + .item.link { width: 40px; text-align: center; } - .flux_header .item.link a { + .item.link a { display: inline-block; width: 40px; height: 40px; @@ -278,7 +278,7 @@ body { background: url("icons/link.svg") center center no-repeat; vertical-align: middle; } - .flux_header .item.link a:hover { + .item.link a:hover { text-decoration: none; } @@ -559,7 +559,7 @@ body { .aside .btn-important, .aside .feeds .dropdown, .flux_header .item.website span, - .flux_header .item.date { + .item.date { display: none; } .flux_header .item.website { -- cgit v1.2.3