From fe0a5f4a55087fd72121ab3e5a34b1823e771194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 14 Sep 2013 20:22:14 -0400 Subject: [PATCH] Add link "mark all as read" in the footer --- assets/css/app.css | 17 +++++++++++++++-- locales/fr_FR/translations.php | 2 +- templates/bookmarks.php | 4 ++-- templates/feed_items.php | 15 ++++++++++----- templates/history.php | 4 ++-- templates/unread_items.php | 14 +++++++++----- 6 files changed, 39 insertions(+), 17 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index a4c7a95..22501d6 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -379,6 +379,14 @@ nav .active a { padding-right: 0; } +#bottom-menu { + border-top: 1px dashed #ddd; + border-bottom: 1px dashed #ddd; + padding-top: 3px; + padding-bottom: 3px; + font-size: 0.9em; +} + .feed-disabled, .feed-disabled a { color: #aaa; @@ -547,8 +555,9 @@ span.downloading img { } #items-paging { - margin-top: 50px; - font-size: 75%; + margin-top: 40px; + margin-bottom: 15px; + font-size: 80%; text-align: center; } @@ -634,6 +643,10 @@ iframe { padding: 0; } + .items .preview { + color: #555; + } + section li { font-size: 0.85em; } diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 2ded1bc..ab2b013 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -2,7 +2,7 @@ return array( 'This subscription is empty, go back to unread items' => 'Cet abonnement est vide, retourner à la liste des éléments non lus', - 'sort by date (%s)' => 'trier par date (%s)', + 'sort by date (%s)' => 'trier par date (%s)', 'most recent' => 'plus récents', 'older' => 'anciens d\'abord', 'Show only this subscription' => 'Montrer seulement cet abonnement', diff --git a/templates/bookmarks.php b/templates/bookmarks.php index 4c862c6..3c42490 100644 --- a/templates/bookmarks.php +++ b/templates/bookmarks.php @@ -48,11 +48,11 @@ diff --git a/templates/feed_items.php b/templates/feed_items.php index 92849f0..e9eb31b 100644 --- a/templates/feed_items.php +++ b/templates/feed_items.php @@ -10,7 +10,7 @@

()