From 85843d84b9ef657f470cf87c20052414d492e397 Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Sat, 21 Dec 2013 23:22:24 -0500 Subject: [PATCH] G+ and reddit buttons #209 --- karmaworld/assets/css/global.css | 6 +++ karmaworld/templates/base.html | 9 ++-- karmaworld/templates/notes/note_detail.html | 59 +++++++++++++++------ 3 files changed, 54 insertions(+), 20 deletions(-) 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 -- 2.25.1