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 @@ -1635,6 +1635,15 @@ text-align:center; min-width:15px; cursor: help; } +.right .changes .large { +border:1px solid #DDD; +display:block; +float:right; +text-align:center; +min-width:45px; +cursor: help; +background: #54A9F7; +} .right .changes .added { background:#BFB; 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 @@ -61,10 +61,14 @@