From a8acf63aadb4daf5188ec83b24fcf10cee64087b Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Wed, 28 Oct 2015 18:20:26 -0700 Subject: [PATCH] switch retry button from text label to icon and center. for #524 --- static/style.css | 2 ++ templates/social_user.html | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index aa15fa74..fbcde125 100644 --- a/static/style.css +++ b/static/style.css @@ -147,6 +147,8 @@ form input { width: 100%; } + .user-items > .row > .col-sm-1, + .user-items > .row > .col-sm-2, .user-items > .row > .col-sm-3, .user-items > .row > .col-sm-4 { display: table-cell; diff --git a/templates/social_user.html b/templates/social_user.html index 64745f04..67f8cc71 100644 --- a/templates/social_user.html +++ b/templates/social_user.html @@ -188,7 +188,7 @@ {% endif %} -
+
{% if response.links %} {# if no links, then there was no propagate task #} {% endif %} @@ -202,11 +202,12 @@ {% endif %} +
- +