diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 6c8b396..e37ab37 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -233,31 +233,6 @@ a.notblue:hover { padding:3px 5px 3px 5px; } -.branch_name { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.branch_del { - padding: 0px 0px; - margin: 0px 0px; - text-align: right; -} - -.branch_del .label{ - padding: 0.25em 0.3em; -} - -.branch_del .del_icon { - display:inline; -} - -.branch_del .btn-secondary{ - border: 0px; - color: #0275d8; -} - .repoinfo-activebranch { background:#eee; diff --git a/pagure/templates/repo_branches.html b/pagure/templates/repo_branches.html index cf1c2a8..7fd5b83 100644 --- a/pagure/templates/repo_branches.html +++ b/pagure/templates/repo_branches.html @@ -85,7 +85,7 @@ username=username, namespace=repo.namespace, branchname=branch) - }}" method="post" class="inline icon del_icon" + }}" method="post" class="icon d-inline" onsubmit="return confirm('Are you sure you want to remove the branch: {{ branch }}?\nThis cannot be un-done!');"> {{ g.confirmationform.csrf_token }}