http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8453 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #2 from David Cook <dcook@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.