From 3144f3386d78c5fa373cbb7369ab8f2fbe3ad881 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 22 Jan 2014 22:50:42 +0100 Subject: Zones de clic d'icĂ´nes plus larges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrige https://github.com/marienfressinaud/FreshRSS/issues/369 --- p/themes/Dark/freshrss.css | 4 ++++ p/themes/Flat/freshrss.css | 4 ++++ p/themes/Origine/freshrss.css | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'p') diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index 4516c92ff..2e9ecee21 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -241,6 +241,10 @@ background: #1a1a1a; } + .horizontal-list > .item > a { + display: block + } + .flux_header { background: inherit; height: 25px; diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css index a58e04459..e67d6ac36 100644 --- a/p/themes/Flat/freshrss.css +++ b/p/themes/Flat/freshrss.css @@ -236,6 +236,10 @@ body { background: #fff; } + .horizontal-list > .item > a { + display: block + } + .flux_header { background: inherit; height: 25px; diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index b94f9d583..783db4426 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -250,6 +250,10 @@ background: #fff; } + .horizontal-list > .item > a { + display: block + } + .flux_header { background: inherit; height: 25px; -- cgit v1.2.3