# HG changeset patch # User Marcin Kuzminski # Date 1315783321 -10800 # Node ID 51063deaceb919ac6fdc2433e086b259da74738c # Parent 14a0a2778a7f3c840c8eec9eebde9e34f6461ffa fixed chrome DAG graph rendering issue diff -r 14a0a2778a7f -r 51063deaceb9 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Sat Sep 10 12:43:53 2011 +0300 +++ b/rhodecode/public/css/style.css Mon Sep 12 02:22:01 2011 +0300 @@ -1735,8 +1735,9 @@ } #graph_nodes { -float:left; -margin-top:5px; +float: left; +margin-right: -6px; +margin-top: -4px; } #graph_content { @@ -1756,7 +1757,7 @@ border-bottom:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; -min-height:80px; +min-height:70px; overflow:hidden; font-size:1.2em; } @@ -1776,6 +1777,17 @@ vertical-align: text-top; } +#graph_content .container .left .author{ + height: 22px; +} +#graph_content .container .left .author .user{ +color: #444444; +float: left; +font-size: 12px; +margin-left: -4px; +margin-top: 4px; +} + #graph_content .container .left .message { font-size:100%; padding-top:3px; @@ -2327,6 +2339,19 @@ float:left; margin-right:0.7em; padding:2px 2px 0; + +-webkit-border-radius: 6px; +-khtml-border-radius: 6px; +-moz-border-radius: 6px; +borderradius: 6px; + +} + +div.gravatar img { +-webkit-border-radius: 4px; +-khtml-border-radius: 4px; +-moz-border-radius: 4px; +borderradius: 4px; } #header,#content,#footer { diff -r 14a0a2778a7f -r 51063deaceb9 rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html Sat Sep 10 12:43:53 2011 +0300 +++ b/rhodecode/templates/changelog/changelog.html Mon Sep 12 02:22:01 2011 +0300 @@ -51,10 +51,10 @@
- gravatar + gravatar
- ${h.person(cs.author)}
- ${h.email_or_none(cs.author)}
+
${h.person(cs.author)}
+ ##${h.email_or_none(cs.author)}
${h.link_to(h.wrap_paragraphs(cs.message),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}