From bfdca62f2df7541a36863f03f317a9eee0460458 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 5 Feb 2019 15:33:08 +0000 Subject: [PATCH] =?UTF-8?q?Move=20=E2=80=98change=20postage=E2=80=99=20lin?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So it aligns with how we’re displaying postage on the template. --- app/assets/stylesheets/views/template.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/views/template.scss b/app/assets/stylesheets/views/template.scss index ad8f8ec8f..6ac49aa85 100644 --- a/app/assets/stylesheets/views/template.scss +++ b/app/assets/stylesheets/views/template.scss @@ -42,6 +42,6 @@ .edit-template-link-letter-postage { @extend %edit-template-link; - top: -20px; // aligns to top of subject - left: -5px; + top: 51px; // aligns bottom edge to bottom of postmark + right: 145px; // Aligns right edge to midpoint of postmark and fold }