# HG changeset patch # User Mads Kiilerich # Date 2017-08-14 00:40:04 # Node ID 91182a358fb3b3e913e9d3f7e207474e5f8511ab # Parent 4bd2c3590a22ec7f8522fcb684ef14700d3dba7f templates: drop odd grid_edit and grid_delete classes We really should have both buttons inside the same float-left so they get proper spacing ... but that doesn't work when one is wrapped in a form ... 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 @@ -3241,10 +3241,6 @@ body table.dataTable thead .sorting_desc color: #777777; } -.grid_edit a { - text-decoration: none; -} - .changes_txt { clear: both; } diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -65,12 +65,12 @@ <%def name="repo_actions(repo_name, super_user=True)">
-
+ -
+
${h.form(h.url('delete_repo', repo_name=repo_name))}