From: Charles Connell Date: Sun, 22 Dec 2013 04:22:24 +0000 (-0500) Subject: G+ and reddit buttons #209 X-Git-Tag: release-20150131~369 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=85843d84b9ef657f470cf87c20052414d492e397;p=oweals%2Fkarmaworld.git G+ and reddit buttons #209 --- diff --git a/karmaworld/assets/css/global.css b/karmaworld/assets/css/global.css index 355ab01..7fcd52a 100644 --- a/karmaworld/assets/css/global.css +++ b/karmaworld/assets/css/global.css @@ -833,3 +833,9 @@ legend .inline-form { border-bottom: 1px dashed #666; } + +/* Social buttons */ +.social-button { + margin: 10px 5px 10px 5px; + float: right; +} \ No newline at end of file diff --git a/karmaworld/templates/base.html b/karmaworld/templates/base.html index 74f330b..79451fd 100644 --- a/karmaworld/templates/base.html +++ b/karmaworld/templates/base.html @@ -49,11 +49,6 @@ - -{% block bodyscripts %} -{% endblock %} - - {% include 'header.html' %} @@ -76,6 +71,10 @@ {% endblock opentip %} + +{% block bodyscripts %} +{% endblock %} + diff --git a/karmaworld/templates/notes/note_detail.html b/karmaworld/templates/notes/note_detail.html index 0f1951a..7584ab8 100644 --- a/karmaworld/templates/notes/note_detail.html +++ b/karmaworld/templates/notes/note_detail.html @@ -9,17 +9,6 @@ {% endblock %} -{% block bodyscripts %} -
- -{% endblock %} - {% block content %}
@@ -94,9 +83,49 @@
- - -
-
+
+ + +
{% endblock %} + + +{% block bodyscripts %} + +
+ + + + +{% endblock %} \ No newline at end of file