diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2390,7 +2390,7 @@ BIN_FILENODE = 6 } #graph_content .container .checkbox { - width: 12px; + width: 14px; font-size: 0.85em; } @@ -2435,6 +2435,7 @@ BIN_FILENODE = 6 position: relative; } +#graph_content .container #singlerange, #graph_content .container .changeset_range { float: left; margin: 6px 3px; diff --git a/kallithea/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html --- a/kallithea/templates/changelog/changelog.html +++ b/kallithea/templates/changelog/changelog.html @@ -154,6 +154,8 @@ ${self.repo_context_bar('changelog', c.f + +