diff --git a/media/css/style.scss b/media/css/style.scss index 079e5a5..4d4c4b0 100644 --- a/media/css/style.scss +++ b/media/css/style.scss @@ -1241,8 +1241,13 @@ article.snipt { } &.raw { background-image: none; + color: #3899B5; float: right; - margin-right: 130px; + margin-right: 10px; + + a { + color: #3899B5; + } } &.tweet { background: none; diff --git a/snipts/templates/snipts/snipt-js-template.html b/snipts/templates/snipts/snipt-js-template.html index c500316..eaf359d 100644 --- a/snipts/templates/snipts/snipt-js-template.html +++ b/snipts/templates/snipts/snipt-js-template.html @@ -82,12 +82,13 @@ <% if (!snipt.new_from_js) { %>
  • <%= snipt.created_formatted %>
  • <% } %> +
  • Edited <%= snipt.modified %>
  • <% if (snipt.public && !window.detail) { %>
  • <% } %>
  • Raw / - Raw Nice + Nice
  • diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index f907093..e378461 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -163,12 +163,13 @@ {% else %}
  • {{ snipt.created|naturaltime }}
  • {% endif %} +
  • Edited {{ snipt.modified|naturaltime }}
  • {% if snipt.public and not detail %}
  • {% endif %}
  • Raw / - Raw Nice + Nice
  • {% if detail and snipt.public %}
  • diff --git a/templates/base.html b/templates/base.html index a89a9b2..06b9a1b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,7 +41,7 @@ {% else %} - + {% endif %} {% if has_snipts and not detail %}