← Back to team overview

mahara-contributors team mailing list archive

[Bug 1915469] A patch has been submitted for review

 

Patch for "master" branch: https://reviews.mahara.org/11744

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1915469

Title:
  Making theming of buttons more efficient

Status in Mahara:
  Fix Released

Bug description:
  Buttons in list-group-item that float right and stick to the top
  hav various breakpoints that do different things, so redoing them
  to use flex in a more consistent way and reduce the need for many
  overrides in the theme.

  Expected behaviour:
  In list-group-items, edit and delete buttons etc stick to the top
  right corner of that list-group item at all browser widths, even
  if title wraps.

  Actual behaviour:
  The buttons stick at the top when in desktop width, then unstick
  on tablet view, and some align to left at some breakpoint, and when
  title wraps it would unstick at desktop width, or neglect the
  user icon if there is one to the left of the title.

  Additionally, improving the CSS for input select, drop-down select,
  switches, etc. buttons to prevent too many overrides when the buttons
  are styled more graphically.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1915469/+subscriptions


References