From 83113f01b1da6b918347eb237e841501d83207aa 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 --- 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 ba6c8fb..492f4b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -2786,3 +2786,11 @@ div[class$="_table_controls"] { #borrower_message { margin-top: 10px; } + +img.adlibris-cover { + max-height: 120px; +} + +img.adlibris-cover-big { + max-height: 200px; +} -- 2.1.4