From 6525779349ba915e17ef1846948c861bfa36425e Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 14 Sep 2013 21:34:02 +0200 Subject: Issue #161 : amélioration rendu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Le titre se fait plus discret dans la barre de la date La date disparaît en mode mobile --- app/views/helpers/view/normal_view.phtml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'app/views/helpers/view/normal_view.phtml') diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 4299b5fdb..43e5c0cd2 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -16,13 +16,24 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { isDay (Days::TODAY)) { ?> -
- : currentName; ?>
+
+ + - + currentName; ?> +
isDay (Days::YESTERDAY)) { ?> -
- : currentName; ?>
+
+ + - + currentName; ?> +
isDay (Days::BEFORE_YESTERDAY)) { ?> -
: currentName; ?>
+
+ + currentName; ?> +
-- cgit v1.2.3