changeset 7218:fd617959732d

admin: fix baseline alignment of checkboxes for permission filtering
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 01 Apr 2018 15:28:41 +0200
parents 919cebd1073c
children 71c783e8e608
files kallithea/templates/base/perms_summary.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/base/perms_summary.html	Mon Jun 26 23:49:26 2017 +0200
+++ b/kallithea/templates/base/perms_summary.html	Sun Apr 01 15:28:41 2018 +0200
@@ -9,7 +9,7 @@
         <div class="perms_section_head">
             <h4>${section.replace("_"," ").capitalize()}</h4>
             %if section != 'global':
-              <div class="pull-right">
+              <div class="pull-right checkbox">
                 ${_('Show')}:
                 <label>${h.checkbox('perms_filter_none_%s' % section, 'none', 'checked', class_='perm_filter filter_%s' % section, **{'data-section':section, 'data-perm_type':'none'})}<span class="label label-none">${_('None')}</span></label>
                 <label>${h.checkbox('perms_filter_read_%s' % section, 'read', 'checked', class_='perm_filter filter_%s' % section, **{'data-section':section, 'data-perm_type':'read'})}<span class="label label-read">${_('Read')}</span></label>