Kallithea issues archive

Issue #101: UI: consistent font sizes

Reported by: Thomas De Schampheleire
State: resolved
Created on: 2015-02-20 17:47
Updated on: 2015-08-06 20:20

Description

Kallithea is using a large mix of font sizes, big and small, inconsistently. At least, I don't understand the logic.

Examples of illogical font sizes are the repo URLs on the summary page, and the pull requests overview page of a repository.

A good UI has a very limited amount of font sizes in use. Most text will be in the normal size, there will be some exceptions in small font, and things like titles would be in a large size.

Attachments

Comments

Comment by Mads Kiilerich, on 2015-02-20 17:48

Yes, the whole styling should be redone from scratch.

Comment by Thomas De Schampheleire, on 2015-02-20 17:50

Are you referring to user-visible problems (other than font size), or rather the internal implementation that is overly complex?

Comment by Mads Kiilerich, on 2015-02-20 17:55

The internal implementation of the css is overly complex with explicit (and different) font sizes in a lot of places.

Comment by Thomas De Schampheleire, on 2015-08-06 20:20

The main reported issues are fixed with commits 8924172b07ff and 508a49a1a02f.