diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 5c430ad..7f17e4d 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -564,3 +564,9 @@ th[data-sort] { #watch_project a { cursor: pointer; } + +.btn-align { + padding: 6px 0; + line-height: 1.42857143; + vertical-align: middle; +} diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index b6a7e05..8e8b0c4 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -135,9 +135,9 @@ {% if token.expired %} - Expired since {{ token.expiration.date() }} + Expired since {{ token.expiration.date() }} {% else %} - Valid until: {{ token.expiration.date() }} + Valid until: {{ token.expiration.date() }}