From 243161d1868c144459d557d28fd5d00773de1c7c Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Fri, 12 Oct 2018 14:23:49 +0000
Subject: [PATCH] Bug 21434: (follow-up) Switch two-column templates to
 Bootstrap grid: Tools part 2

This follow-up corrects CSS which was dependent on YUI-specific markup
context.

To test, apply the patch, regenerate the staff client CSS, go to Tools
-> Calendar.

- Click any date on the calendar
- In the entry form the checkbox and radio button options should be
  styled correctly.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Michal Denar <black23@gmail.com>

https://bugs.koha-community.org/show_bug.cgi?id=19945
---
 koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss
index f2780db11c..aea21cc2a9 100644
--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss
+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss
@@ -929,6 +929,13 @@ fieldset {
                 margin-left: 1em;
                 width: auto;
             }
+
+            &.radio,
+            &.checkbox {
+                label {
+                    display: inline;
+                }
+            }
         }
 
         ol,
@@ -4260,6 +4267,15 @@ span {
     }
 }
 
+#tools_holidays {
+    .radio,
+    .checkbox {
+        label {
+            margin-left: 0;
+        }
+    }
+}
+
 @media (min-width: 200px) {
     .navbar-nav > li {
         float: left;
-- 
2.11.0