Bug 13040 [CSS follow-up] Improve exporter to allow multiple branch selections
authorOwen Leonard <oleonard@myacpl.org>
Fri, 23 Jan 2015 14:50:58 +0000 (09:50 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 26 Jan 2015 19:27:05 +0000 (16:27 -0300)
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 <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css

index 89abb4c..1759f46 100644 (file)
@@ -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;