answerbox update things

This commit is contained in:
pixeldesu 2014-11-29 23:18:52 +01:00
parent bc254bc60d
commit 6c04d1d24d
2 changed files with 12 additions and 4 deletions

View File

@ -22,4 +22,9 @@ body {
.entry-text {
margin-bottom: 0px;
}
.img-answerbox {
height: 64px;
width: 64px;
}

View File

@ -1,9 +1,12 @@
.panel.panel-default.answer-box{'data-id' => a.id}
.panel-heading
.media
.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
.panel-body
%p
%strong= a.question.content
%small= user_screen_name a.question.user, a.question.author_is_anonymous
%hr/
%p= a.content
%br/
- if privileged? a.user