From 066108ff41cd41ed0a8228ec7adc4babc50d1b61 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 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. Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/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 89abb4cfcb..1759f4680f 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; -- 2.39.2