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