Bug 13040 - multiple branch selections in exporter
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 18bae46..89abb4c 100644 (file)
@@ -2764,3 +2764,14 @@ span.onsite_checkout {
     border-radius: 4px;
     border : 1px solid #FFF2CE;
 }
+
+.branchgriditem {
+    display: table-cell;
+    float: left;
+}
+.branchgridrow {
+    display: table-row;
+}
+.branchselector {
+    display: table;
+}