# HG changeset patch # User neko259 # Date 2015-08-10 13:01:16 # Node ID 474504ea7009d36e8f323ece52b18f6d671f0abb # Parent 4ce9f0e77413082a53fc112accc5d90a95f75ddb Prettier moderator action links in MD theme diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -354,8 +354,6 @@ li { .moderator_info { color: #e99d41; - float: right; - font-weight: bold; opacity: 0.4; } @@ -546,4 +544,4 @@ button { .image-metadata { font-style: italic; font-size: 0.9em; -} \ No newline at end of file +} diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -39,9 +39,9 @@ {% if moderator %} - {% trans 'Edit' %} + | {% trans 'Edit' %} {% if is_opening %} - | {% trans 'Edit thread' %} + | {% trans 'Edit thread' %} {% endif %} {% endif %}