diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index c2a78321..e9b33c3a 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -162,6 +162,7 @@ dl { text-align: right; + margin-top: -2 * $gap; dd, dt { display: inline; diff --git a/templates/portfolios/reports/index.html b/templates/portfolios/reports/index.html index 632377be..7a881ae8 100644 --- a/templates/portfolios/reports/index.html +++ b/templates/portfolios/reports/index.html @@ -59,36 +59,42 @@
-
-
+
+

Expiration Date

-
- {% if expiration_date %} - - - {% else %} - - - {% endif %} -
- - {{ Icon('cog') }} - Manage Task Order -
-
-
-
Remaining Days
-
- {% if remaining_days is not none %} - {{ Icon('arrow-down') }} - {{ remaining_days }} +
+ +
+
+ {% if expiration_date %} + + {% else %} - - + - {% endif %} -
-
+
+ + {{ Icon('cog') }} + Manage Task Order + +
+
+
+
Remaining Days
+
+ {% if remaining_days is not none %} + {{ Icon('arrow-down') }} + {{ remaining_days }} + {% else %} + - + {% endif %} +
+
+
+