From 0fce26633e4dc970c5aff28e512ced6175e04da2 Mon Sep 17 00:00:00 2001
From: Grace Smyth <gracesmythh@gmail.com>
Date: Tue, 16 Jan 2018 02:16:50 +0000
Subject: [PATCH] Bug 18878: Align labels in item form to the right

Test Plan
[1.] Search for an item and click on it
[2.] Press the edit button to edit an item
[3.] Notice that the labels are aligned to the left and very far away
from the boxes
[4.] Load the patch and now notice that the labels are closer to the
boxes and are easier to read
---
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css
index 515c4e3..85a60ca 100644
--- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css
+++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css
@@ -231,6 +231,10 @@ ol li {
 .clearfix {display: block;}
 /* End hide from IE-mac */
 
+#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
+        text-align: right;
+}
+
 table {
 	border-collapse : collapse;
 	border-top : 1px solid #BCBCBC;
@@ -3207,4 +3211,4 @@ table#ill-requests {
     .loggedin-menu-label {
         display: none;
     }
-}
\ No newline at end of file
+}
-- 
2.1.4