From fa276fd0d3eb366bc97b28ced05c60888a361fa0 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Fri, 1 Mar 2019 21:00:09 +0100 Subject: [PATCH] Add scrollbar to metadata load screen Small UI improvements in metadata load screen --- cps/static/css/style.css | 10 ++++++++++ cps/templates/book_edit.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 9e2e82b3..e08eb946 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -103,6 +103,16 @@ input.pill:not(:checked) + label .glyphicon { .tags_click, .serie_click, .language_click {margin-right: 5px;} +#meta-info { + height:600px; + overflow-y:scroll; +} +.media-list { + padding-right:15px; +} +.media-body p { + text-align: justify; +} #meta-info img { max-height: 150px; max-width: 100px; cursor: pointer; } .padded-bottom { margin-bottom: 15px; } diff --git a/cps/templates/book_edit.html b/cps/templates/book_edit.html index c9871f1a..4b344173 100644 --- a/cps/templates/book_edit.html +++ b/cps/templates/book_edit.html @@ -219,7 +219,7 @@ -
{{_('Click the cover to load metadata to the form')}}
+
{{_('Click the cover to load metadata to the form')}}