##// END OF EJS Templates
css update for journal
marcink -
r788:873611d6 beta
parent child Browse files
Show More
@@ -458,14 +458,14 b' def action_parser(user_log):'
458 458 'admin_created_repo':_('Admin [created] repository'),
459 459 'admin_forked_repo':_('Admin [forked] repository'),
460 460 'admin_updated_repo':_('Admin [updated] repository'),
461 'push':_('Pushed') + get_cs_links(),
462 'pull':_('Pulled'),
461 'push':_('[Pushed]') + get_cs_links(),
462 'pull':_('[Pulled]'),
463 463 'started_following_repo':_('User [started following] repository'),
464 464 'stopped_following_repo':_('User [stopped following] repository'),
465 465 }
466 466
467 467 action_str = map.get(action, action)
468 return literal(action_str.replace('[', '<b>').replace(']', '</b>'))
468 return literal(action_str.replace('[', '<span class="journal_highlight">').replace(']', '</span>'))
469 469
470 470
471 471 #==============================================================================
@@ -1831,13 +1831,14 b' margin-top: 2px;'
1831 1831 }
1832 1832
1833 1833 .currently_following{
1834
1835 1834 padding-left: 10px;
1836 1835 padding-bottom:5px;
1837
1838 1836 }
1839 1837
1840
1838 .journal_highlight{
1839 font-weight: bold;
1840 text-decoration: underline;
1841 }
1841 1842
1842 1843 .add_icon {
1843 1844 background:url("../images/icons/add.png") no-repeat scroll 3px;
General Comments 0
You need to be logged in to leave comments. Login now