Created attachment 64716 [details] item form before suggested change At the moment the labels in the item form can end up being far apart from the input fields, especially on larger screens. A library suggested to make this work like the z39.50 search form where the labels are aligend right instead of left, which makes them close to the input fields (see attached screenshots). Just moving them closer might make cause problems, as for example the German translations are much longer than the English ones and so the 'right distance' varies by language.
Created attachment 64717 [details] item form after suggested change In IntranetUserCss: #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label { text-align: right; }
Created attachment 70537 [details] [review] 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
Created attachment 70547 [details] [review] 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 Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de>
Created attachment 70556 [details] [review] 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 Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Pushed to master for 18.05, thanks to everybody involved!
Awesome work all! Enhancement, not backported for 17.11.
It looks like there is a regression here - the alignment ist on the left again in 18.11.x.