forked from indymedia/epicyon
Tweak nav button classes
parent
24af23e70a
commit
f97c0a43a5
|
@ -219,13 +219,13 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
activeButtonList.append(('newswire',
|
activeButtonList.append(('newswire',
|
||||||
{'pageRef': '/newswiremobile',
|
{'pageRef': '/newswiremobile',
|
||||||
'translateText': 'Newswire',
|
'translateText': 'Newswire',
|
||||||
'class': 'mobile-only',
|
'class': 'mobile-view',
|
||||||
'iconClass': 'icon-newswire'}
|
'iconClass': 'icon-newswire'}
|
||||||
))
|
))
|
||||||
activeButtonList.append(('links',
|
activeButtonList.append(('links',
|
||||||
{'pageRef': '/linksmobile',
|
{'pageRef': '/linksmobile',
|
||||||
'translateText': 'Edit Links',
|
'translateText': 'Edit Links',
|
||||||
'class': 'mobile-only',
|
'class': 'mobile-view',
|
||||||
'iconClass': 'icon-links'}
|
'iconClass': 'icon-links'}
|
||||||
))
|
))
|
||||||
|
|
||||||
|
@ -378,7 +378,8 @@ def headerNewsTabs(boxName: str,
|
||||||
))
|
))
|
||||||
navTabList.append(('newswiremobile',
|
navTabList.append(('newswiremobile',
|
||||||
{'pageRef': '/newswiremobile',
|
{'pageRef': '/newswiremobile',
|
||||||
'translateText': 'Newswire'}
|
'translateText': 'Newswire',
|
||||||
|
'class': 'tab-news'}
|
||||||
))
|
))
|
||||||
# navTabList.append(('calendar',
|
# navTabList.append(('calendar',
|
||||||
# {'pageRef': '/calendar',
|
# {'pageRef': '/calendar',
|
||||||
|
@ -386,7 +387,8 @@ def headerNewsTabs(boxName: str,
|
||||||
# ))
|
# ))
|
||||||
navTabList.append(('linksmobile',
|
navTabList.append(('linksmobile',
|
||||||
{'pageRef': '/linksmobile',
|
{'pageRef': '/linksmobile',
|
||||||
'translateText': 'Links'}
|
'translateText': 'Links',
|
||||||
|
'class': 'tab-links'}
|
||||||
))
|
))
|
||||||
navTabList.append(('inbox',
|
navTabList.append(('inbox',
|
||||||
{'pageRef': '/inbox',
|
{'pageRef': '/inbox',
|
||||||
|
|
Loading…
Reference in New Issue