diff --git a/app/static/structure.css b/app/static/structure.css index 5f29f14b..bc67fda1 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -596,6 +596,13 @@ fieldset legend { .post_list .post_teaser .meta_row a, .post_list .post_teaser .main_row a, .post_list .post_teaser .utilities_row a { text-decoration: none; } +.post_list .post_teaser .utilities_row a { + display: inline-block; + width: 44px; +} +.post_list .post_teaser .utilities_row .preview_image, .post_list .post_teaser .utilities_row .post_options { + text-align: center; +} .post_list .post_teaser .thumbnail { float: right; padding-left: 0; diff --git a/app/static/structure.scss b/app/static/structure.scss index 160b984d..ce1a8545 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -218,6 +218,16 @@ nav, etc which are used site-wide */ } } + .utilities_row { + a { + display: inline-block; + width: 44px; + } + .preview_image, .post_options { + text-align: center; + } + } + .thumbnail { float: right; padding-left: 0; diff --git a/app/templates/post/_post_teaser.html b/app/templates/post/_post_teaser.html index 06ab8f05..cfaab6f2 100644 --- a/app/templates/post/_post_teaser.html +++ b/app/templates/post/_post_teaser.html @@ -58,8 +58,7 @@
- - {{ post.reply_count }} + {{ post.reply_count }} {% if post.type == POST_TYPE_IMAGE %} {% if post.image_id %} @@ -68,7 +67,7 @@ {% endif %} {% endif %}
-
+