From 8e2f0f55aa77b7c4023e19cac1a19699b9319330 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sat, 4 May 2019 09:08:57 +0200
Subject: [PATCH] Restyle email footer

---
 templates/email/_footer.html | 45 ++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

diff --git a/templates/email/_footer.html b/templates/email/_footer.html
index 179f64050..103955279 100644
--- a/templates/email/_footer.html
+++ b/templates/email/_footer.html
@@ -1,28 +1,29 @@
 {% load staticfiles %}
 
-<div style="color: #333333; background-color: #eeeeee; text-align: center; margin: 0em; padding: 0rem 0rem 1rem 0rem;">
-  <div style="color: #ffffff; background-color: #002b49; margin: 0rem 0rem 1rem 0rem; padding: 1rem 1rem 1rem 1rem;">
-    <p>
-      <img src="https://scipost.org/static/scipost/images/logo_scipost_RGB_HTML.png" width="100rem">
-    </p>
+<div style="color: #333333; background-color: #eeeeee; text-align: center; margin: 0em; padding: 0rem;">
+  <div style="background-color: #002b49; display: inline-block; margin: 1rem; text-align: center; vertical-align: middle;">
+    <ul style="font-size: 90%; list-style: none; padding: 0rem;">
+      <li>
+	<a href="https://scipost.org/">
+	<img src="https://scipost.org/static/scipost/images/logo_scipost_RGB_HTML.png" style="background-color: #002b49; padding: 1rem;" width="128rem">
+	</a>
+      </li>
+      <li><a style="color: #eeeeee;" href="https://scipost.org/">Homepage</a></li>
+      <li><a style="color: #eeeeee;" href="https://scipost.org/journals/">Journals</a></li>
+      <li><a style="color: #eeeeee;" href="https://scipost.org/submissions/">Submissions</a></li>
+      <li><a style="color: #eeeeee;" href="https://scipost.org/login/">Login</a></li>
+    </ul>
+  </div>
+  <div style="display: inline-block; margin: 1rem; vertical-align: middle;">
     <p style="margin-bottom: 0rem;">
-      <a style="color: #eeeeee;" href="https://scipost.org/">Homepage</a>
-      &nbsp;&middot;&nbsp;
-      <a style="color: #eeeeee;" href="https://scipost.org/journals/">Journals</a>
-      &nbsp;&middot;&nbsp;
-      <a style="color: #eeeeee;" href="https://scipost.org/submissions/">Submissions</a>
-      &nbsp;&middot;&nbsp;
-      <a style="color: #eeeeee;" href="https://scipost.org/login/">Login</a>
+      <strong>SciPost Foundation</strong><br/>
+      Institute of Physics<br/>
+      University of Amsterdam<br/>
+      Postbus 94485<br/>
+      1090 GL Amsterdam<br/>
+      The Netherlands<br/>
+      +31 (0)20 525 5775<br/>
+      <a href="mailto:admin@scipost.org">admin@scipost.org</a>
     </p>
   </div>
-  <p style="margin-bottom: 0rem;">
-    <strong>SciPost Foundation</strong><br/>
-    Institute of Physics<br/>
-    University of Amsterdam<br/>
-    Postbus 94485<br/>
-    1090 GL Amsterdam<br/>
-    The Netherlands<br/>
-    +31 (0)20 525 5775<br/>
-    <a href="mailto:admin@scipost.org">admin@scipost.org</a>
-  </p>
 </div>
-- 
GitLab