From 8e5e77cc52fe4200881d16c319d65b560439175a Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sep 07 2018 02:27:11 +0000 Subject: fix styling of input-group-addons WE previously used bootstrap input-group-addons to style up a few elements, specifically the git and ssh urls in the clone dropdown, and the listing of api keys in the settings for a project and a user. Since we were using pre-release versions of bootstrap 4 earlier, bootstrap changed slightly how these are marked up in newer versions. This commit changes them so they now are visually the same as with older versions. Fixes #3616 --- diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 3b5e7a9..7b1bb2a 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -11,7 +11,7 @@ {% else %}
-
SSH
+
SSH
@@ -176,7 +176,7 @@
-
GIT
+
GIT
@@ -191,7 +191,7 @@ {% endif %}
-
GIT
+
GIT
diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index d57c0b4..dcbd9bd 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -178,7 +178,7 @@

-
+
@@ -239,15 +239,19 @@ {% if token.user.username == g.fas_user.username %}
-
- - {{ token.description or '' }} +
+ + + {{ token.description or '' }} +
-
- - {{token.acls_list_pretty|length}} ACLs - +
+ + + {{token.acls_list_pretty|length}} ACLs + +