Merge pull request #130 from medialab-prado/125-comment-box-fixes

Fix comment box login warning display
This commit is contained in:
Amaia Castro
2017-03-17 18:30:28 +01:00
committed by GitHub
3 changed files with 25 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ App.Votes =
App.Votes.hoverize "div.votes"
App.Votes.hoverize "div.supports"
App.Votes.hoverize "div.debate-questions"
App.Votes.hoverize "div.comment-footer"
false

View File

@@ -870,6 +870,25 @@ $epigraph-line-height: rem-calc(22);
float: right;
}
}
.comments-wrapper {
position: relative;
.participation-not-allowed {
padding: 1.25rem 0.5rem;
}
}
.comment-footer {
position: relative;
.participation-not-allowed {
font-size: 0.875rem;
height: 50px;
padding: .85rem 0.75rem;
top: -18px;
}
}
.comment-input {
padding-bottom: 4rem;