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:
Nicole C. Engard 2012-07-16 02:43:29 -04:00 committed by Paul Poulain
parent 2c3ee1b578
commit 23d447171b

View file

@ -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>