http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11360 --- Comment #22 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Owen Leonard from comment #21)
Created attachment 45122 [details] Screenshot of layout issues
This screenshot highlights a few markup/layout issues:
- The list which displays the patron information is missing the enclosing <ul></ul> - The list shouldn't be centered. There is CSS at line 1225 of staff-global.css which aligns lists which are displayed in a message div. It should be expanded to include '.modal-body ul'
I removed the ul tags to make it readable. The ul styling was 'odd'. Would you be able to style the data? My css-fu isn't all that great ; )
- The layout of the buttons doesn't work, but I'm not sure what to do about that.
That's really odd, because they look great on my system! Are you using any styling beyond stock Koha on your test system? -- You are receiving this mail because: You are watching all bug changes.