more changes to answerbox
This commit is contained in:
parent
fa313dc2c1
commit
057ebe08af
|
@ -25,6 +25,12 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-answerbox {
|
.img-answerbox {
|
||||||
|
min-height: 64px;
|
||||||
|
min-width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
width: 64px;
|
width: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.answerbox-question-text, .answerbox-question-user {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
|
@ -4,8 +4,8 @@
|
||||||
.media-left
|
.media-left
|
||||||
%img.img-rounded.img-answerbox
|
%img.img-rounded.img-answerbox
|
||||||
.media-body
|
.media-body
|
||||||
%h4.media-heading= user_screen_name a.question.user, a.question.author_is_anonymous
|
%h5.media-heading.answerbox-question-user= user_screen_name a.question.user, a.question.author_is_anonymous
|
||||||
%p= a.question.content
|
%p.answerbox-question-text= a.question.content
|
||||||
.panel-body
|
.panel-body
|
||||||
%p= a.content
|
%p= a.content
|
||||||
%br/
|
%br/
|
||||||
|
|
Loading…
Reference in New Issue