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> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
d2a045b9d5
commit
dfc82dbc41
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue