changeset 6744:2e306e71aa21

files sources: add some space between buttons and panel with form-group Also remove old classes: - pull-left is not necessary - file_author is already set on the parent element
author domruf <dominikruf@gmail.com>
date Wed, 28 Jun 2017 23:30:47 +0200
parents 3a65e48d81fe
children 9af9a8966d6d
files kallithea/templates/files/files_history_box.html kallithea/templates/files/files_source.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/files/files_history_box.html	Tue Jun 27 22:32:20 2017 +0200
+++ b/kallithea/templates/files/files_history_box.html	Wed Jun 28 23:30:47 2017 +0200
@@ -1,4 +1,4 @@
-<div class="file_author">
+<div class="form-group">
     <div class="item">${h.literal(ungettext(u'%s author',u'%s authors',len(c.authors)) % ('<b>%s</b>' % len(c.authors))) }</div>
     %for email, user in c.authors:
       <span data-toggle="tooltip" title="${user}">
--- a/kallithea/templates/files/files_source.html	Tue Jun 27 22:32:20 2017 +0200
+++ b/kallithea/templates/files/files_source.html	Wed Jun 28 23:30:47 2017 +0200
@@ -1,5 +1,5 @@
 <div id="node_history" class="clearfix">
-    <div class="pull-left">
+    <div class="form-group">
         ${h.form(h.url('files_diff_home',repo_name=c.repo_name,f_path=c.f_path),method='get')}
         ${h.hidden('diff2',c.changeset.raw_id)}
         ${h.hidden('diff1')}