From 45507795bf5c67d63836e81fdd45abe3fba9ba43 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 3ab9d7e..1e73936 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -3227,3 +3227,11 @@ span.name { font-weight: bold; font-style: italic; } + +img.adlibris-cover { + max-height: 120px; +} + +img.adlibris-cover-big { + max-height: 200px; +} -- 2.1.4