Merge branch 'master' into debates-moderation-530

This commit is contained in:
kikito
2015-09-21 15:52:25 +02:00
2 changed files with 12 additions and 2 deletions

View File

@@ -204,9 +204,19 @@ body.admin {
}
.proposal-description {
height: rem-calc(60);
max-height: rem-calc(65);
overflow: hidden;
max-width: rem-calc(750);
&:hover {
cursor: text;
max-height: rem-calc(1000);
outline: 3px solid #ffbf47;
padding: rem-calc(12);
transition: max-height 0.9s;
-moz-transition: max-height 0.9s;
-webkit-transition: max-height 0.9s;
}
}
// 04. Stats

View File

@@ -40,7 +40,7 @@
<span class="bullet">&nbsp;&bull;&nbsp;</span>
<%= proposal.author.username %>
<br>
<div style="proposal-description">
<div class="proposal-description">
<%= proposal.description %>
</div>
</td>