[Koha-bugs] [Bug 8453] need spaces after radio buttons on inventory

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 17 01:21:52 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8453

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
(In reply to comment #1)
> Created attachment 10876 [details]
> 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.

While I'm not sure of the standard Koha practice, I think that it would be a
better idea to use CSS to control this rather than putting in a hard-coded
space. From what I can remember, I think best practice is to always use CSS to
control display and to avoid hard-coded spaces wherever possible.

We could probably do something along the lines of #tools_inventory *
input[type="radio"][name="branch"] {margin-right:5px;} or insert an ID or two
and select those, if we don't want to rely on attribute selectors.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list