From 5c87a17f6ec1d53739f82df298232d26ccc8d811 Mon Sep 17 00:00:00 2001 From: nberting Date: Mon, 11 Jun 2018 19:16:06 +0200 Subject: [PATCH] goddamn bracket missing from css file --- app/static/css/style.css | 4 +++- app/templates/show_book_detail.html | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/app/static/css/style.css b/app/static/css/style.css index c7a3740..f319f47 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -365,6 +365,7 @@ box-sizing: border-box; align-items: top; justify-items: center; } +} @media screen and (max-width: 600px) { .grid{ @@ -374,7 +375,7 @@ box-sizing: border-box; align-items: top; justify-items: center; } - +} .gridbox { display: inline-block; @@ -382,6 +383,7 @@ box-sizing: border-box; align-items: center; justify-items: center; } + .gridbox:hover{ opacity: 0.5; } diff --git a/app/templates/show_book_detail.html b/app/templates/show_book_detail.html index 056d5b0..9bef803 100755 --- a/app/templates/show_book_detail.html +++ b/app/templates/show_book_detail.html @@ -1,9 +1,8 @@ {% extends 'base.html' %} {% block main %} - -
+

{{ book.title }}

@@ -63,6 +62,7 @@ + Add book to Stack ===>

download {{ book.fileformat }} @@ -87,18 +87,18 @@ {% endfor %}
- - {% if book.file %} - - - {% else %} - {% endif %} +{% if book.file %} + + +{% else %} +{% endif %}