From dbe48995801c531babade1464547687e50821a2d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 07 2016 23:44:48 +0000 Subject: made the Delete button for branches inline again the change that added the branch title to the ID of the delete button for each branch broke the css that was putting this button inline with the new_pr button. This change makes it work again, using the del_button css class --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 90ca16a..b34d36c 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -401,7 +401,7 @@ a.notblue { padding: 0.25em 0.3em; } -.branch_del #delete_branch_form { +.branch_del .del_icon { display:inline; }