Merge pull request #706 from AyuntamientoMadrid/deleted_avatar

Fixes deleted avatar on author's name
This commit is contained in:
Enrique García
2015-11-18 13:51:47 +01:00
2 changed files with 11 additions and 1 deletions

View File

@@ -381,6 +381,7 @@
color: $text-medium;
font-weight: lighter;
line-height: $line-height*2;
position: relative;
text-align: justify;
a {
@@ -392,6 +393,15 @@
line-height: $line-height;
margin-bottom: 0;
}
.author-deleted {
left: 0;
top: 4px;
}
.author.deleted {
margin-left: rem-calc(48);
}
}
.debate-description, .proposal-description {

View File

@@ -1,6 +1,6 @@
<% if resource.author.hidden? || resource.author.erased? %>
<i class="icon-deleted author-deleted"></i>
<span class="author">
<span class="author deleted">
<%= t("shared.author_info.author_deleted") %>
</span>
<% else %>