From 48a037439eecc9285d6f410e97fff075570586ec Mon Sep 17 00:00:00 2001 From: Evert Date: Tue, 26 Dec 2017 19:11:18 +0200 Subject: [PATCH] Use season info on the banner on an episode page --- LandingPage/static/css/style.css | 3 +++ Show/templates/episode.html | 15 ++++++++++++--- Show/templates/submit.html | 15 ++++++++++++--- Show/templates/submit_mod.html | 15 ++++++++++++--- 4 files changed, 39 insertions(+), 9 deletions(-) diff --git a/LandingPage/static/css/style.css b/LandingPage/static/css/style.css index ccd6dd7..9000d5e 100644 --- a/LandingPage/static/css/style.css +++ b/LandingPage/static/css/style.css @@ -136,6 +136,9 @@ section.show-details { margin: 0; font-size: 200%; } +.show-details .details.season h3 { + margin-top: 0; +} .show-details .details .description { width: 80%; } diff --git a/Show/templates/episode.html b/Show/templates/episode.html index ca78cd9..16d6ba7 100644 --- a/Show/templates/episode.html +++ b/Show/templates/episode.html @@ -20,12 +20,21 @@