diff --git a/src/accounts/templates/accounts/signup-form.html b/src/accounts/templates/accounts/signup-form.html index 4ddb62a..7fe5b97 100644 --- a/src/accounts/templates/accounts/signup-form.html +++ b/src/accounts/templates/accounts/signup-form.html @@ -3,73 +3,71 @@ {% load i18n %} {% block main-content %} -
- {% trans "Add an avatar to your account using" %} Gravatar -
-+ {% trans "Add an avatar to your account using" %} Gravatar +
- -
++ +
- {% endblock %} diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css index d3dcef0..4e4622a 100644 --- a/src/colab/static/css/screen.css +++ b/src/colab/static/css/screen.css @@ -156,3 +156,28 @@ fieldset>legend { .blog-post-item .tags { margin-top: 1em; } + +.plus { + border: 1px dotted #ddd; + margin: 0; +} + +.plus span { + vertical-align: middle; + height: 40px; + line-height: 40px; + font-size: 150%; + font-weight: bold; + color: #0a0; +} + +.plus img { + vertical-align: middle; + cursor: pointer; + margin-top: 8px; + margin-right: 20px; +} + +.plus img:hover { + opacity: 0.8; +} diff --git a/src/super_archives/templates/message-thread.html b/src/super_archives/templates/message-thread.html index 2a44407..c8eb5ee 100644 --- a/src/super_archives/templates/message-thread.html +++ b/src/super_archives/templates/message-thread.html @@ -2,77 +2,83 @@ {% load i18n %} {% load append_to_get %} {% block main-content %} - +{{ email.received_time|date:"SHORT_DATETIME_FORMAT" }}
+ +{{ email.body }}+