From 817724a7b8507877a81f3ff53639f7b49cb05851 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 22 Oct 2016 13:07:37 +0200 Subject: Re-add bottom pagination MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template --- app/Resources/static/themes/baggy/css/main.css | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Resources/static/themes/baggy/css') diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css index 44db2070..4c3e4ce3 100755 --- a/app/Resources/static/themes/baggy/css/main.css +++ b/app/Resources/static/themes/baggy/css/main.css @@ -581,7 +581,6 @@ img.preview { div.pagination ul { text-align: right; - margin-bottom: 50px; } .nb-results { -- cgit v1.2.3 From 1c282b1da0491cda620e03ab92c00341aa80e18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 10 Nov 2016 19:24:00 +0100 Subject: Added creation date on entries view --- app/Resources/static/themes/baggy/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/Resources/static/themes/baggy/css') diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css index 4c3e4ce3..4dfa8790 100755 --- a/app/Resources/static/themes/baggy/css/main.css +++ b/app/Resources/static/themes/baggy/css/main.css @@ -413,7 +413,8 @@ footer a { margin-bottom: 2em; } -.estimatedTime .reading-time { +.reading-time, +.created-at { color: #999; font-style: italic; font-weight: normal; -- cgit v1.2.3