[Bug 21317] New: Format long lists under Koha Team tab as columns
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Bug ID: 21317 Summary: Format long lists under Koha Team tab as columns Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: About Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CSS3 columns have good browser coverage these days. I propose we format the dev tem and contributing companies lists as columns reduce scrolling on this page. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 78438 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78438&action=edit Bug 21317: Format long lists under Koha Team tab as columns This patch adds a couple of new CSS classes for formatting content in columns: .columns-3 and .columns-4. The four-column class is applied to the dev team and contributing companies lists on the about page. The patch also modifies the style of H3 on this page to improve readability. Unrelated: "Nelsonville Public Library" corrected to "Athens County Public Libraries." To test, apply the patch and regenerate staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff...). View the various tabs on the about page and confirm that everything looks good. Confirm that the dev team and contributing companies lists are formatted as columns. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78438|0 |1 is obsolete| | --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 78447 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78447&action=edit Bug 21317: Format long lists under Koha Team tab as columns This patch adds a couple of new CSS classes for formatting content in columns: .columns-3 and .columns-4. The four-column class is applied to the dev team and contributing companies lists on the about page. The patch also modifies the style of H3 on this page to improve readability. Unrelated: "Nelsonville Public Library" corrected to "Athens County Public Libraries." To test, apply the patch and regenerate staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff...). View the various tabs on the about page and confirm that everything looks good. Confirm that the dev team and contributing companies lists are formatted as columns. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize@ptfs-europe | |.com --- Comment #3 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Looks much better, signing off. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- columns-3 added to scss but do not used, is it expected? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Jonathan Druart from comment #4)
columns-3 added to scss but do not used, is it expected?
I added it because it thought it would be useful for possible future use. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Content of li can be split: start at the bottom of one column and finish at the top of the next column. Passing QA anyway. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78447|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 79016 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79016&action=edit Bug 21317: Format long lists under Koha Team tab as columns This patch adds a couple of new CSS classes for formatting content in columns: .columns-3 and .columns-4. The four-column class is applied to the dev team and contributing companies lists on the about page. The patch also modifies the style of H3 on this page to improve readability. Unrelated: "Nelsonville Public Library" corrected to "Athens County Public Libraries." To test, apply the patch and regenerate staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff...). View the various tabs on the about page and confirm that everything looks good. Confirm that the dev team and contributing companies lists are formatted as columns. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |nick@bywatersolutions.com --- Comment #8 from Nick Clemens <nick@bywatersolutions.com> --- Awesome work all! Pushed to master for 18.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Enhancement, will not be backported to 18.05.x series. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20720 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Koha's team of developers release notes| |is always growing ☺. This | |patch changes the display | |from a long list to a | |nicely formatted four | |column layout. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Koha's team of developers |Koha's team of developers release notes|is always growing ☺. This |is always growing. This |patch changes the display |patch changes the display |from a long list to a |from a long list to a |nicely formatted four |nicely formatted four |column layout. |column layout. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21317 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|Koha's team of developers |Koha's team of developers release notes|is always growing. This |is always growing ☺. This |patch changes the display |patch changes the display |from a long list to a |from a long list to a |nicely formatted four |nicely formatted four |column layout. |column layout. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org