https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534
--- Comment #62 from Jonathan Druart <[email protected]> --- Created attachment 53175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53175&action=edit Bug 3534: Force margin-left: 0 for second button When quick adding a new patron, both button are in the DOM and the second button has a margin-left (from .btn-toolbar > .btn + .btn). This patch force the margin-left to 0 to avoid the button to move when toggling them. Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
