Page MenuHomePhorge

Refactor ShoutWiki Calendar extension: Readability
Closed, InvalidPublic

Description

  • Increase font size: Right now, the font size is at 9px. 9px is simply too small to be able to read comfortably - I suggest 1em (which is by default equivalent to 16px) as a comfortable reading size. Not only that, em units are responsive while px units aren't!
  • Increase spacing between elements: Most of the elements are way too close together, they should have at least some space for breathing and so it's easier to comprehend.
  • Wrap the days of the week into <abbr> tags with title attributes so that when on hover, it shows the full day name as a tooltip. This will mean pushing i18n variables into those title attributes as the attribute value.

Event Timeline

DeltaQuad triaged this task as Normal priority.Dec 19 2016, 12:12 AM
SamanthaNguyen removed SamanthaNguyen as the assignee of this task.
SamanthaNguyen lowered the priority of this task from Normal to Low.