From 53379b5ef72666e51ebbcdbc014adab93eea8e61 Mon Sep 17 00:00:00 2001
From: Martin Persson <xarragon@gmail.com>
Date: Thu, 8 Oct 2015 11:15:43 +0200
Subject: [PATCH] [SIGNED-OFF] 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 <oleonard@myacpl.org>
---
 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