19 Apr
2012
19 Apr
'12
9:50 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7979 --- Comment #19 from Fred P <fred.pierre@smfpl.org> --- Some of our librarians require larger text, so they magnify the screen using Ctrl+. That breaks your layout, by wrapping the button menus under the news container. You are currently using CSS display:block; applied to biglinks-list. Would display:inline; correct that? An alternative would be to create fixed-position containers, but I think tweaking the display setting would solve it. -- You are receiving this mail because: You are watching all bug changes.