# HG changeset patch # User domruf # Date 1509135214 -7200 # 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 -r 0b9db9c27399 -r 89be46d1bfd0 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Fri Oct 27 21:59:10 2017 +0200 +++ b/kallithea/public/css/style.css Fri Oct 27 22:13:34 2017 +0200 @@ -157,9 +157,6 @@ border-bottom: 1px solid #DDD; clear: both; } -.reviewer_ac { - padding: 10px; -} #content div.panel table#permissions_manage { width: auto; } diff -r 0b9db9c27399 -r 89be46d1bfd0 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Fri Oct 27 21:59:10 2017 +0200 +++ b/kallithea/public/less/style.less Fri Oct 27 22:13:34 2017 +0200 @@ -165,9 +165,6 @@ border-bottom: 1px solid #DDD; clear: both; } -.reviewer_ac { - padding: 10px; -} #content div.panel table#permissions_manage { width: auto; } diff -r 0b9db9c27399 -r 89be46d1bfd0 kallithea/templates/files/files_add.html --- a/kallithea/templates/files/files_add.html Fri Oct 27 21:59:10 2017 +0200 +++ b/kallithea/templates/files/files_add.html Fri Oct 27 22:13:34 2017 +0200 @@ -37,12 +37,12 @@ ${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')} -