From 57c0da4f62c868084f04775cc7e492d14d5c0b0d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 18 2017 13:16:37 +0000 Subject: Move the custom field block to the right and fix indentation in the html --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 695e345..255c040 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -3,6 +3,10 @@ html font-size:14px; } +.right { + float: right; +} + .disabled a { pointer-events: none; color: #808080; diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index bcb3ccd..b5ab9dc 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -194,12 +194,12 @@ assignee=issue.assignee.username) }}"> {{ issue.assignee.username }} - {% if authenticated and (issue.assignee.username == g.fas_user.username) %} - - {% endif %} + {% if authenticated and (issue.assignee.username == g.fas_user.username) %} + + {% endif %} {% else %} unassigned {% endif %} @@ -246,7 +246,6 @@ {% endif%} -
@@ -358,7 +357,7 @@ {% endif %} {% if repo.issue_keys %} -
+