# HG changeset patch # User Mads Kiilerich # Date 1484008145 -3600 # Node ID 990eb49eac0dc85cfd0c2459b3226860acb30c0b # Parent ac03ae060ca0c3d5bd503c1662661f78b3690906 style: fix headers for file stuff diff -r ac03ae060ca0 -r 990eb49eac0d kallithea/public/css/pygments.css --- a/kallithea/public/css/pygments.css Mon Jan 09 21:39:51 2017 +0100 +++ b/kallithea/public/css/pygments.css Tue Jan 10 01:29:05 2017 +0100 @@ -59,6 +59,9 @@ font-weight: normal; white-space: pre; } +div.codeblock .code-header .editing-files { + margin-left: 15px; +} .code-highlighttable, div.codeblock .code-body table { diff -r ac03ae060ca0 -r 990eb49eac0d kallithea/templates/files/files_edit.html --- a/kallithea/templates/files/files_edit.html Mon Jan 09 21:39:51 2017 +0100 +++ b/kallithea/templates/files/files_edit.html Tue Jan 10 01:29:05 2017 +0100 @@ -38,7 +38,8 @@ ${h.form(h.url.current(),method='post',id='eform',class_='form-inline')}
-
+
+
${h.link_to(h.show_id(c.file.changeset),h.url('changeset_home',repo_name=c.repo_name,revision=c.file.changeset.raw_id))}
${h.format_byte_size(c.file.size,binary=True)}
@@ -54,7 +55,8 @@ % endif
-
+ diff -r ac03ae060ca0 -r 990eb49eac0d kallithea/templates/files/files_source.html --- a/kallithea/templates/files/files_source.html Mon Jan 09 21:39:51 2017 +0100 +++ b/kallithea/templates/files/files_source.html Tue Jan 10 01:29:05 2017 +0100 @@ -19,7 +19,8 @@
-
+
+
${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)}
@@ -46,6 +47,7 @@ %endif %endif
+
${h.gravatar_div(h.email_or_none(c.changeset.author), size=16)}
${h.person(c.changeset.author)}