From 36268614e628687cf1f8f00164626688c79431cd 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 fb09d51..2c4fec6 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -3007,3 +3007,11 @@ fieldset.rows + fieldset.action { #patron_search #filters { display: none; } + +img.adlibris-cover { + max-height: 120px; +} + +img.adlibris-cover-big { + max-height: 200px; +} -- 2.1.4