# HG changeset patch # User Mads Kiilerich # Date 1502664004 -7200 # 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 -r 4bd2c3590a22 -r 91182a358fb3 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Mon Jun 26 22:28:58 2017 +0200 +++ b/kallithea/public/css/style.css Mon Aug 14 00:40:04 2017 +0200 @@ -3241,10 +3241,6 @@ color: #777777; } -.grid_edit a { - text-decoration: none; -} - .changes_txt { clear: both; } diff -r 4bd2c3590a22 -r 91182a358fb3 kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html Mon Jun 26 22:28:58 2017 +0200 +++ b/kallithea/templates/data_table/_dt_elements.html Mon Aug 14 00:40:04 2017 +0200 @@ -65,12 +65,12 @@ <%def name="repo_actions(repo_name, super_user=True)">
-
+ -
+
${h.form(h.url('delete_repo', repo_name=repo_name))}