style: change background colour for launchers, to get the white icons (#3402)

This commit is contained in:
Frédéric Péters 2013-07-31 17:21:12 +02:00
parent f838a3ad9c
commit 6446792fe6
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ class Homepage(TemplateView):
'app004': ('launcher', {'row': 1, 'col': 5,
'label': u'Demandes en ligne',
'picto': u'wcs',
'background_color': '#ccff99',
'background_color': '#3388cc',
'url': 'http://univcloud.au-quotidien.com'}),
'app005': ('help', {'row': 2, 'col': 3}),
'app006': ('feed', {'row': 2, 'col': 5,
@ -65,7 +65,7 @@ class Homepage(TemplateView):
'app008': ('launcher', {'row': 3, 'col': 3,
'label': u'UNPiDF',
'picto': u'unpidf',
'background_color': '#cccc99',
'background_color': '#11cc11',
'url': 'http://unpidf.univ-paris1.fr'}),
})
profile.save()