changeset 6813:bff18f1f93d4

template: use bootstrap .checkbox class to fix alignment of Files 'Follow current branch' checkbox
author domruf <dominikruf@gmail.com>
date Thu, 27 Jul 2017 22:25:16 +0200
parents fa4e94ad3dd6
children 8905386119d2
files kallithea/templates/files/files_browser.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/files/files_browser.html	Wed Jun 28 22:30:24 2017 +0200
+++ b/kallithea/templates/files/files_browser.html	Thu Jul 27 22:25:16 2017 +0200
@@ -36,7 +36,7 @@
             </span>
         </span>
         <span class="browser-branch form-inline">
-            <label>
+            <label class="checkbox">
                 ${h.checkbox('stay_at_branch',c.changeset.branch,c.changeset.branch==c.branch,class_="form-control")}
                 ${_('Follow current branch')}
             </label>