diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css
index c7cf49a..b0ba2af 100644
--- a/pagure/static/pagure.css
+++ b/pagure/static/pagure.css
@@ -747,3 +747,8 @@ ul.changes {
#tabs textarea {
width: 500px;
}
+
+.admin_list {
+ float: right;
+ padding-right: 5em;
+}
diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html
index 73dfdb3..dc9aa11 100644
--- a/pagure/templates/repo_info.html
+++ b/pagure/templates/repo_info.html
@@ -30,6 +30,26 @@
{% else %}
+
+