more changes to answerbox

This commit is contained in:
pixeldesu 2014-11-29 23:29:34 +01:00
parent fa313dc2c1
commit 057ebe08af
2 changed files with 8 additions and 2 deletions

View File

@ -25,6 +25,12 @@ body {
}
.img-answerbox {
min-height: 64px;
min-width: 64px;
height: 64px;
width: 64px;
}
.answerbox-question-text, .answerbox-question-user {
margin-bottom: 0px;
}

View File

@ -4,8 +4,8 @@
.media-left
%img.img-rounded.img-answerbox
.media-body
%h4.media-heading= user_screen_name a.question.user, a.question.author_is_anonymous
%p= a.question.content
%h5.media-heading.answerbox-question-user= user_screen_name a.question.user, a.question.author_is_anonymous
%p.answerbox-question-text= a.question.content
.panel-body
%p= a.content
%br/