# HG changeset patch # User Marcin Kuzminski # Date 1290975902 -3600 # Node ID 873611d6ff714057ccd0a1c697f864a73be6c831 # Parent 4502ceec31be33c92eb332f53d86731334854b32 css update for journal diff -r 4502ceec31be -r 873611d6ff71 rhodecode/lib/helpers.py --- a/rhodecode/lib/helpers.py Sun Nov 28 21:11:52 2010 +0100 +++ b/rhodecode/lib/helpers.py Sun Nov 28 21:25:02 2010 +0100 @@ -458,14 +458,14 @@ 'admin_created_repo':_('Admin [created] repository'), 'admin_forked_repo':_('Admin [forked] repository'), 'admin_updated_repo':_('Admin [updated] repository'), - 'push':_('Pushed') + get_cs_links(), - 'pull':_('Pulled'), + 'push':_('[Pushed]') + get_cs_links(), + 'pull':_('[Pulled]'), 'started_following_repo':_('User [started following] repository'), 'stopped_following_repo':_('User [stopped following] repository'), } action_str = map.get(action, action) - return literal(action_str.replace('[', '').replace(']', '')) + return literal(action_str.replace('[', '').replace(']', '')) #============================================================================== diff -r 4502ceec31be -r 873611d6ff71 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Sun Nov 28 21:11:52 2010 +0100 +++ b/rhodecode/public/css/style.css Sun Nov 28 21:25:02 2010 +0100 @@ -1831,13 +1831,14 @@ } .currently_following{ - - padding-left: 10px; - padding-bottom:5px; - +padding-left: 10px; +padding-bottom:5px; } - +.journal_highlight{ +font-weight: bold; +text-decoration: underline; +} .add_icon { background:url("../images/icons/add.png") no-repeat scroll 3px;