diff --git a/kallithea/public/css/pygments.css b/kallithea/public/css/pygments.css --- a/kallithea/public/css/pygments.css +++ b/kallithea/public/css/pygments.css @@ -59,6 +59,9 @@ div.codeblock .code-header .commit { font-weight: normal; white-space: pre; } +div.codeblock .code-header .editing-files { + margin-left: 15px; +} .code-highlighttable, div.codeblock .code-body table { diff --git a/kallithea/templates/files/files_edit.html b/kallithea/templates/files/files_edit.html --- a/kallithea/templates/files/files_edit.html +++ b/kallithea/templates/files/files_edit.html @@ -38,7 +38,8 @@ ${self.repo_context_bar('files')} ${h.form(h.url.current(),method='post',id='eform',class_='form-inline')}
${h.link_to(h.show_id(c.changeset),h.url('changeset_home',repo_name=c.repo_name,revision=c.changeset.raw_id))}${h.format_byte_size(c.file.size,binary=True)}