# HG changeset patch # User domruf # Date 2017-10-27 22:13:34 # Node ID 89be46d1bfd0360c5693e234cce8b9a278924c75 # Parent 0b9db9c27399ace7893fb794673cf1fb01a105ba less: remove .reviewer_ac It has nothing to do with reviewers or autocomplete and the 'padding: 10px' does not improve the style. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -157,9 +157,6 @@ div.panel.panel-default > div.panel-head border-bottom: 1px solid #DDD; clear: both; } -.reviewer_ac { - padding: 10px; -} #content div.panel table#permissions_manage { width: auto; } diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -165,9 +165,6 @@ div.panel.panel-default > div.panel-head border-bottom: 1px solid #DDD; clear: both; } -.reviewer_ac { - padding: 10px; -} #content div.panel table#permissions_manage { width: auto; } diff --git a/kallithea/templates/files/files_add.html b/kallithea/templates/files/files_add.html --- a/kallithea/templates/files/files_add.html +++ b/kallithea/templates/files/files_add.html @@ -37,12 +37,12 @@ ${self.repo_context_bar('files')} ${h.form(h.url.current(),method='post',id='eform',enctype="multipart/form-data", class_="form-inline")}

${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cs.raw_id,c.f_path)} / - + ${_('or')} -