diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 3def404f..434ce066 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -90,9 +90,19 @@ } } + .column-left { + width: 12.5rem; + float: left; + } + + .column-right { + margin-left: -.4rem; + } + .cents { font-size: 2rem; margin-top: .75rem; + margin-left: -.7rem; font-weight: bold; } diff --git a/templates/portfolios/header.html b/templates/portfolios/header.html index fe8ced23..8b22c289 100644 --- a/templates/portfolios/header.html +++ b/templates/portfolios/header.html @@ -15,33 +15,40 @@ {{ secondary_breadcrumb or portfolio.name }}
- Available budget - - - {{ portfolio.task_orders | selectattr('is_active') | sum(attribute='budget') | justDollars }} - - - {{ portfolio.task_orders | selectattr('is_active') | sum(attribute='budget') | justCents }} - +
+ Available budget + +
+
+ + {{ portfolio.task_orders | selectattr('is_active') | sum(attribute='budget') | justDollars }} + + + {{ portfolio.task_orders | selectattr('is_active') | sum(attribute='budget') | justCents }} + +
-
- {% if funding_end_date and funded %} - {{ Icon('ok') }} - Funded through - - - {% elif funding_end_date and not funded %} - {{ Icon('alert') }} - Funded period ends - - - {% endif %} +
+
+
+ {% if funding_end_date and funded %} + {{ Icon('ok') }} + Funded through + + + {% elif funding_end_date and not funded %} + {{ Icon('alert') }} + Funded period ends + + + {% endif %} +