From 7f8942f638fd657cdfd51f2e3f19d857cbbed4a0 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Fri, 28 Apr 2017 16:46:31 +0200 Subject: [PATCH] update material phase 2 --- .../themes/exposure/static/css/style-page.css | 5 ++ .../templates/sections/bordered-picture.html | 2 +- .../templates/sections/full-picture.html | 2 +- .../templates/sections/pictures-group.html | 2 +- .../material/static/css/materialize.css | 16 ++---- .../static/css/{styles.css => style-page.css} | 3 ++ ...ery-dark-materialize.min.css => style.css} | 52 +++++++++++++----- .../themes/material/templates/base.html | 54 +++++++------------ .../material/templates/gallery-index.html | 2 +- .../themes/material/templates/index.html | 27 ++++++---- .../themes/material/templates/menu.html | 44 +++++---------- 11 files changed, 106 insertions(+), 103 deletions(-) rename prosopopee/themes/material/static/css/{styles.css => style-page.css} (98%) rename prosopopee/themes/material/static/css/{gallery-dark-materialize.min.css => style.css} (92%) diff --git a/prosopopee/themes/exposure/static/css/style-page.css b/prosopopee/themes/exposure/static/css/style-page.css index 6567993..bda2447 100644 --- a/prosopopee/themes/exposure/static/css/style-page.css +++ b/prosopopee/themes/exposure/static/css/style-page.css @@ -472,3 +472,8 @@ blockquote:after { blockquote p { display: inline; } + +video.responsive-video { + max-width: 100%; + height: auto; +} diff --git a/prosopopee/themes/exposure/templates/sections/bordered-picture.html b/prosopopee/themes/exposure/templates/sections/bordered-picture.html index 7f7e446..c88f415 100644 --- a/prosopopee/themes/exposure/templates/sections/bordered-picture.html +++ b/prosopopee/themes/exposure/templates/sections/bordered-picture.html @@ -9,7 +9,7 @@
-
{% else %} diff --git a/prosopopee/themes/exposure/templates/sections/pictures-group.html b/prosopopee/themes/exposure/templates/sections/pictures-group.html index 1a0fa42..8f2ebe9 100644 --- a/prosopopee/themes/exposure/templates/sections/pictures-group.html +++ b/prosopopee/themes/exposure/templates/sections/pictures-group.html @@ -12,7 +12,7 @@ {% set format = settings.ffmpeg.extension %} {{ video.copy() }} -