Bug 8453: Add spaces to inventory options
The home and current library labels were right on top of the radio buttons. This patch just adds a bit of space in there so that it's cleaner looking. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
2c3ee1b578
commit
23d447171b
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ $(document).ready(function(){
|
|||
<legend>Select items you want to check</legend>
|
||||
<ol><li>
|
||||
<label for="branch">Library</label>
|
||||
<input type="radio" name="branch" value="homebranch">Home library</input>
|
||||
<input type="radio" name="branch" value="holdingbranch">Current location</input>
|
||||
<input type="radio" name="branch" value="homebranch"> Home library</input>
|
||||
<input type="radio" name="branch" value="holdingbranch"> Current location</input>
|
||||
</li><li>
|
||||
<label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;">
|
||||
<option value="">All locations</option>
|
||||
|
|
Loading…
Reference in a new issue