SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit c074b84b authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Improve style of html email

parent 8a0cac09
No related branches found
No related tags found
No related merge requests found
...@@ -838,16 +838,3 @@ li.publicationPDF { ...@@ -838,16 +838,3 @@ li.publicationPDF {
background: #999999; background: #999999;
} }
ul.emailLinks {
background-color: #f0f0f0;
color: #002B49;
margin:0px;
padding:5px;
clear:both;
font-size: 10px;
font-weight: 200;
}
ul.emailLinks li {
display: inline;
padding: 5px;
}
\ No newline at end of file
...@@ -14,12 +14,12 @@ EMAIL_FOOTER = ( ...@@ -14,12 +14,12 @@ EMAIL_FOOTER = (
'{% load staticfiles %}' '{% load staticfiles %}'
'<p><a href="https://scipost.org">' '<p><a href="https://scipost.org">'
'<img src="{% static \'scipost/images/logo_scipost_with_bgd_small.jpg\' %}"></a></p>' '<img src="{% static \'scipost/images/logo_scipost_with_bgd_small.jpg\' %}"></a></p>'
'<ul class="emailLinks">' '<ul style="background-color: #f0f0f0; color: #002B49; list-style-type: none;">'
'<li><a href="{% url \'journals:journals\' %}">Journals</a></li>' '<li style="display: inline; padding: 5px;"><a href="{% url \'journals:journals\' %}">Journals</a></li>'
'<li><a href="{% url \'submissions:submissions\' %}">Submissions</a></li>' '<li style="display: inline; padding: 5px;"><a href="{% url \'submissions:submissions\' %}">Submissions</a></li>'
'<li><a href="{% url \'commentaries:commentaries\' %}">Commentaries</a></li>' '<li style="display: inline; padding: 5px;"><a href="{% url \'commentaries:commentaries\' %}">Commentaries</a></li>'
'<li><a href="{% url \'theses:theses\' %}">Theses</a></li>' '<li style="display: inline; padding: 5px;"><a href="{% url \'theses:theses\' %}">Theses</a></li>'
'<li><a href="{% url \'scipost:login\' %}">Login</a></li>' '<li style="display: inline; padding: 5px;"><a href="{% url \'scipost:login\' %}">Login</a></li>'
'</ul>' '</ul>'
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment