From c4883d495b6dd5d78eab6a2a56e216cdab6e9b29 Mon Sep 17 00:00:00 2001 From: bohung Date: Tue, 4 Aug 2020 13:59:39 +0800 Subject: [PATCH] Change email width from 50% to 80%. --- app/views/admin/e_paper_criterias/emailer.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/admin/e_paper_criterias/emailer.html.erb b/app/views/admin/e_paper_criterias/emailer.html.erb index d6b6cf8..52e59fd 100644 --- a/app/views/admin/e_paper_criterias/emailer.html.erb +++ b/app/views/admin/e_paper_criterias/emailer.html.erb @@ -27,13 +27,13 @@ } .epaper-show .ep-info-date { float: left; - width: 50%; + width: 80%; margin: 0 0 5px; color: #888; } .epaper-show .ep-info-period { float: right; - width: 50%; + width: 80%; margin: 0 0 5px; text-align: right; padding: 0 10px 0 0; @@ -51,7 +51,7 @@ } .epaper-show .ep-content-item { float: left; - width: calc(50% - 20px); + width: calc(80% - 20px); border: 1px solid #ccc; vertical-align: top; min-height: 200px; @@ -112,13 +112,13 @@ color: #333; } .epaper-form .btn-primary { - width: 50%; + width: 80%; float: left; display: block; } .epaper-form .btn-white { background: none; - width: 50%; + width: 80%; outline: none; float: right; color: #888; @@ -153,7 +153,7 @@ text-align: center; font-weight: 700; border-radius: 10px 10px 0 0; - width: 50%; + width: 80%; margin: 10px; }