diff --git a/app/static/styles.css b/app/static/styles.css index 91d6b8cd..01a2e55f 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -988,9 +988,6 @@ time { .post_utilities_bar div .dropdown-item:active { line-height: 26px; } -.post_utilities_bar .notify_toggle { - margin-left: auto; /* pull right */ -} .post_full .post_utilities_bar .voting_buttons_new { margin-left: -15px; @@ -1388,7 +1385,6 @@ time { line-height: 44px; } .comment .comment_actions .notify_toggle { - margin-left: auto; /* pull right */ font-size: 87%; } .comment .comment_actions .dropdown-item { @@ -1841,6 +1837,10 @@ form h5 { text-align: right; } +.pull-right { + margin-left: auto; +} + #timeSpent { cursor: wait; } diff --git a/app/static/styles.scss b/app/static/styles.scss index f2fa6014..9fa0df6d 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -591,10 +591,6 @@ time { } } } - - .notify_toggle { - margin-left: auto; /* pull right */ - } } .post_full .post_utilities_bar { @@ -1052,7 +1048,6 @@ time { } .notify_toggle { - margin-left: auto; /* pull right */ font-size: 87%; } @@ -1552,6 +1547,10 @@ form { text-align: right; } +.pull-right { + margin-left: auto; +} + #timeSpent { cursor: wait; } diff --git a/app/templates/admin/communities.html b/app/templates/admin/communities.html index 2a56904d..8f8f3d0e 100644 --- a/app/templates/admin/communities.html +++ b/app/templates/admin/communities.html @@ -10,12 +10,23 @@

{{ title }}

-
- -
- Result Filter: - All | - No topic +
+
+
+ +
+ Result Filter: + All | + No topic +
+ +
+ diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index d1725134..188a82e1 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -175,7 +175,7 @@ {{ len(post.cross_posts) }} {% endif -%} -
+
{% if current_user.is_authenticated and current_user.verified -%} {% include 'post/_post_notification_toggle.html' -%} {% endif -%} diff --git a/app/templates/post/_post_reply_teaser.html b/app/templates/post/_post_reply_teaser.html index 351dc05f..6cd6906b 100644 --- a/app/templates/post/_post_reply_teaser.html +++ b/app/templates/post/_post_reply_teaser.html @@ -17,7 +17,7 @@
{% if post_reply.post.deleted: -%} - reply to: [deleted post] + reply to: [deleted post] {% else -%} reply to: {{ post_reply.post.title | truncate(80, True) }} {% endif -%} @@ -86,7 +86,7 @@ {% endif -%}
-
+
{% if current_user.is_authenticated and current_user.verified -%} {% with comment=dict(comment=post_reply) -%} {% include "post/_reply_notification_toggle.html" -%} diff --git a/app/templates/post/post_reply_voting_activity.html b/app/templates/post/post_reply_voting_activity.html index e2d0e179..69781849 100644 --- a/app/templates/post/post_reply_voting_activity.html +++ b/app/templates/post/post_reply_voting_activity.html @@ -10,18 +10,20 @@

{{ _('Voting Activity for "%(reply_text)s"', reply_text=reply_text) }}

Upvoters +


Downvoters +
{% endblock -%} diff --git a/app/templates/post/post_teaser/_utilities_bar.html b/app/templates/post/post_teaser/_utilities_bar.html index 51909f0d..c0882224 100644 --- a/app/templates/post/post_teaser/_utilities_bar.html +++ b/app/templates/post/post_teaser/_utilities_bar.html @@ -19,7 +19,7 @@
{% endif -%} -
+
{% endblock -%} diff --git a/app/templates/user/show_profile.html b/app/templates/user/show_profile.html index a3aad723..247e3568 100644 --- a/app/templates/user/show_profile.html +++ b/app/templates/user/show_profile.html @@ -87,16 +87,17 @@ {{ _('More') }}
Name