diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index d227e6cb..02fa86ba 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -82,6 +82,11 @@ body { .panel-primary .text-muted a, .panel-primary .text-muted a:hover { color: #fff; text-decoration: none; + opacity: 1; +} + +.panel-primary .text-muted { + opacity: 0.7; } .panel-primary .answerbox-question-text { diff --git a/app/views/inbox/show.html.haml b/app/views/inbox/show.html.haml index 8f5ae0fa..d9e0d9f5 100644 --- a/app/views/inbox/show.html.haml +++ b/app/views/inbox/show.html.haml @@ -14,10 +14,6 @@ = time_ago_in_words(i.question.created_at) ago %p.answerbox-question-text= i.question.content - %p.timestamp - asked - = time_ago_in_words(i.question.created_at) - ago .panel-body %textarea.form-control{name: 'ib-answer', 'data-id' => i.id} %br/