changeset 788:873611d6ff71 beta

css update for journal
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 28 Nov 2010 21:25:02 +0100
parents 4502ceec31be
children 9fec2207f91c
files rhodecode/lib/helpers.py rhodecode/public/css/style.css
diffstat 2 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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('[', '<b>').replace(']', '</b>'))
+    return literal(action_str.replace('[', '<span class="journal_highlight">').replace(']', '</span>'))
 
 
 #==============================================================================
--- 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;