From 53997fd12ddb2348e379db127254c595ec0bef9e Mon Sep 17 00:00:00 2001
From: Martin Persson <xarragon@gmail.com>
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/en/css/staff-global.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
index 23066ea..992b7c9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
@@ -2798,3 +2798,11 @@ div#cn_browser_table_wrapper > table#cn_browser_table {
    margin: auto;
    width:90%;
 }
+
+img.adlibris-cover {
+	max-height: 120px;
+}
+
+img.adlibris-cover-big {
+	max-height: 200px;
+}
-- 
2.1.4