jbmorgan / django-arthouse

0 stars 0 forks source link

Long titles disrupt the layout of the movie list page #11

Open jbmorgan opened 11 years ago

jbmorgan commented 11 years ago

Star Wars: Episode V - The Empire Strikes Back, for example, is long enough to need a line break. This messes up the display of the movie list page.

jbmorgan commented 11 years ago

Potential Solutions

  1. Truncate long titles (i.e. Star Wars: Episode V - The Empire... )
  2. Move long titles up 1em.
  3. Include more space and assume a multi-line title is possible.
jbmorgan commented 11 years ago
  1. This would work, but manual truncation would be better (i.e. The Empire Strikes Back and The Wild and Wonderful Whites... would be preferable to the automated truncations.
  2. This won't work as it obscures too much of the tile image.
  3. This, meaning a change in the overall layout, seems to be the solution. a two-line area, vertically centered, could be completely below the tile image and allow room for showtimes, a blurb, and so on.