From 8953f6eb306d3b1db00767f27f6a94b2145d749b Mon Sep 17 00:00:00 2001 From: Martin Persson Date: Thu, 8 Oct 2015 11:15:43 +0200 Subject: [PATCH] Bug 8630 - Adlibris covers (intranet CSS) This defined two new CSS classes for use by the intranet templates. Apply this patch before doing the testing of "intranet templates". Sponsored-By: Halland County Library Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index 5557bfc..3daadb4 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -3347,3 +3347,11 @@ span.name { margin: auto; margin-bottom: 2px; } + +img.adlibris-cover { + max-height: 120px; +} + +img.adlibris-cover-big { + max-height: 200px; +} -- 2.1.4