# HG changeset patch # User Mads Kiilerich # Date 2017-03-01 02:42:35 # Node ID 302af1ceaeddfe411f637c1c102b17c0a9332bdd # Parent 33a44dd50a87445c7470be065fda64850231ac32 style: fix help texts in Global Default Permissions A display:block span inside form-inline flowed flawed. Instead, put the help block as its own div. diff --git a/kallithea/templates/admin/permissions/permissions_globals.html b/kallithea/templates/admin/permissions/permissions_globals.html --- a/kallithea/templates/admin/permissions/permissions_globals.html +++ b/kallithea/templates/admin/permissions/permissions_globals.html @@ -20,8 +20,8 @@ ${h.form(url('admin_permissions'), metho ${_('Apply to all existing repositories')} - ${_('Permissions for the Default user on new repositories.')} +
${_('Permissions for the Default user on new repositories.')}
@@ -33,8 +33,8 @@ ${h.form(url('admin_permissions'), metho ${_('Apply to all existing repository groups')} - ${_('Permissions for the Default user on new repository groups.')}
+
${_('Permissions for the Default user on new repository groups.')}
@@ -46,8 +46,8 @@ ${h.form(url('admin_permissions'), metho ${_('Apply to all existing user groups')} - ${_('Permissions for the Default user on new user groups.')}
+
${_('Permissions for the Default user on new user groups.')}