Bugzilla – Attachment 70547 Details for
Bug 18878
Improve item form display / labels too far from input fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18878: Align labels in item form to the right
Bug-18878-Align-labels-in-item-form-to-the-right.patch (text/plain), 1.34 KB, created by
Claire Gravely
on 2018-01-16 09:13:00 UTC
(
hide
)
Description:
Bug 18878: Align labels in item form to the right
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2018-01-16 09:13:00 UTC
Size:
1.34 KB
patch
obsolete
>From dd46684163c2022f6d03b4b0cc4d41214bd16d6f 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 > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18878
:
64716
|
64717
|
70537
|
70547
|
70556