Skip to content

Commit

Permalink
fix zestedesavoir#4616 : view alert detail
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed May 1, 2018
1 parent 4946de8 commit a787a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/components/_alert-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
float: left;
}

.close-alert-box {
.close-alert-box, .view-alert-box {
display: block;
position: absolute;
top: 8px;
Expand Down
2 changes: 1 addition & 1 deletion templates/misc/message.part.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<em class="alert-box-text">{{ alert.text }}</em>

{% if alert.solved %}
<span class="close-alert-box close-alert-box-text">
<span class="view-alert-box close-alert-box-text">
{% trans "Résolu par" %}
{% include "misc/member_item.part.html" with member=alert.moderator %}
</span>
Expand Down

0 comments on commit a787a16

Please sign in to comment.