diff --git a/app/assets/v2/css/grants/card.css b/app/assets/v2/css/grants/card.css index 834cc2ce0a1..977f0cf59a9 100644 --- a/app/assets/v2/css/grants/card.css +++ b/app/assets/v2/css/grants/card.css @@ -31,6 +31,10 @@ display: flex; } +.grant-item__img img { + width: 100%; +} + .grant-item__owner-image { height: 35px; width: 35px; diff --git a/app/assets/v2/css/grants/detail.css b/app/assets/v2/css/grants/detail.css index 1e632f855b4..2377a997ecb 100644 --- a/app/assets/v2/css/grants/detail.css +++ b/app/assets/v2/css/grants/detail.css @@ -56,11 +56,15 @@ position: relative; } -.grant__title, -.grant__title a { +.grant__title { color: #43484D; } +.grant__url a { + text-decoration: none; + color: #0D0764; +} + .inline-edit { border: none; } @@ -84,6 +88,10 @@ textarea.editable { width: 100%; } +#form--input__description { + text-align: justify; +} + .article-title, .grant__description, .article-description { diff --git a/app/assets/v2/css/grants/grant.css b/app/assets/v2/css/grants/grant.css index fc756efd200..d72fa21a395 100644 --- a/app/assets/v2/css/grants/grant.css +++ b/app/assets/v2/css/grants/grant.css @@ -32,10 +32,8 @@ } .grant-item__owner-handle span, -.grant-item__member-handle span { - color: #0D0764; -} - +.grant-item__owner-handle a, +.grant-item__member-handle span, .progress-text span { color: #0D0764; } diff --git a/app/grants/templates/grants/card.html b/app/grants/templates/grants/card.html index 0849945a295..9dddead09b6 100644 --- a/app/grants/templates/grants/card.html +++ b/app/grants/templates/grants/card.html @@ -16,42 +16,54 @@ {% endcomment %} {% load i18n static humanize i18n %}