~nataliabidart/ubuntuone-control-panel/stable-3-0-update-2.99.5

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/qt/controlpanel.py

Tags: release-2_0_0
No more orange.

Background is #aea79f, greeting font 33% smaller

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
logger = setup_logging('qt.controlpanel')
46
46
 
47
 
NAME_STYLE = '<br><span style=" font-size:24pt;">%s!</span>'
 
47
NAME_STYLE = '<br><span style=" font-size:16pt;">%s!</span>'
48
48
PERCENTAGE_STYLE = '<span style=" font-size:16pt;">%.0f%%</span>'
49
49
 
50
50