From 68cf94fc51ca5958614768e894e6c772d365018f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Jan 2015 09:50:58 -0500 Subject: [PATCH] Bug 13040 [CSS follow-up] Improve exporter to allow multiple branch selections Content-Type: text/plain; charset="utf-8" This patch adds a little bit of CSS to style the branch checkbox boxes. I hope that this helps the readability, especially in systems with a large number of branches. --- .../intranet-tmpl/prog/en/css/staff-global.css | 5 +++++ 1 file changed, 5 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 89abb4c..1759f46 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -2766,8 +2766,13 @@ span.onsite_checkout { } .branchgriditem { + background-color: #fff; + border: 1px solid #b9d8d9; + border-radius: 3px; display: table-cell; float: left; + margin: 3px; + padding: 0.3em; } .branchgridrow { display: table-row; -- 1.7.9.5