diff --git a/app/static/scss/_typography.scss b/app/static/scss/_typography.scss index c8324d72..70321ebc 100644 --- a/app/static/scss/_typography.scss +++ b/app/static/scss/_typography.scss @@ -147,11 +147,11 @@ .fe-reply { position: relative; - top: 2px; + top: 1px; } .fe-reply::before { - content: "\e991"; + content: "\e990"; } .fe-report::before { diff --git a/app/static/structure.css b/app/static/structure.css index 265d3233..be979896 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -150,11 +150,11 @@ nav, etc which are used site-wide */ .fe-reply { position: relative; - top: 2px; + top: 1px; } .fe-reply::before { - content: "\e991"; + content: "\e990"; } .fe-report::before { diff --git a/app/static/styles.css b/app/static/styles.css index 8ace3140..b328b581 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -149,11 +149,11 @@ .fe-reply { position: relative; - top: 2px; + top: 1px; } .fe-reply::before { - content: "\e991"; + content: "\e990"; } .fe-report::before { @@ -309,6 +309,14 @@ nav.navbar { background-color: #f8d7da; } +.main_pane { + border: solid 1px #ddd; + border-radius: 5px; + background-color: white; + padding-top: 8px; + padding-bottom: 12px; +} + .community_icon { width: 30px; height: auto; diff --git a/app/static/styles.scss b/app/static/styles.scss index e15ff953..0518382b 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -73,6 +73,14 @@ nav.navbar { background-color: #f8d7da; } +.main_pane { + border: solid 1px $light-grey; + border-radius: 5px; + background-color: white; + padding-top: 8px; + padding-bottom: 12px; +} + .community_icon { width: 30px; height: auto; diff --git a/app/templates/base.html b/app/templates/base.html index 2a74c1b8..246d090a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -80,7 +80,7 @@ {% endblock %} {% block content %} -
+
{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %} diff --git a/app/templates/community/_post_teaser.html b/app/templates/community/_post_teaser.html index 29483159..eda5e76d 100644 --- a/app/templates/community/_post_teaser.html +++ b/app/templates/community/_post_teaser.html @@ -25,7 +25,8 @@
...
diff --git a/app/templates/community/add_post.html b/app/templates/community/add_post.html index 5c6d8f87..31894f3e 100644 --- a/app/templates/community/add_post.html +++ b/app/templates/community/add_post.html @@ -3,7 +3,7 @@ {% block app_content %}
-
+

{{ _('Create post') }}

{{ form.csrf_token() }} diff --git a/app/templates/community/add_reply.html b/app/templates/community/add_reply.html index dc384aa8..00e19274 100644 --- a/app/templates/community/add_reply.html +++ b/app/templates/community/add_reply.html @@ -4,7 +4,7 @@ {% block app_content %}
-
+
Original post

{{ post.title }}

{{ post.body_html | safe }} diff --git a/app/templates/community/community.html b/app/templates/community/community.html index 7e79c7ba..34410d09 100644 --- a/app/templates/community/community.html +++ b/app/templates/community/community.html @@ -3,7 +3,7 @@ {% block app_content %}
-
+
{% if community.header_image() != '' %}