diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1134,7 +1134,7 @@ tbody .yui-dt-editable { cursor: pointer width: 110%; height:14px; font-size:10px; - text-align:right; + text-align:center; cursor: pointer; color:#666; diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -146,7 +146,7 @@ ${c.repo_name} ${_('Changelog')} - ${c.r var msgs = YUQ('.message'); // get first element height - var el = YUQ('.container')[0]; + var el = YUQ('#graph_content .container')[0]; var row_h = el.clientHeight; for(var i=0;i row_h){ + var offset = row_h - (h+12); YUD.setStyle(m.nextElementSibling,'display','block'); - YUD.setStyle(m.nextElementSibling,'margin-top',row_h-(h+14)+'px'); + YUD.setStyle(m.nextElementSibling,'margin-top',offset+'px'); }; } YUE.on(YUQ('.expand'),'click',function(e){