From 449cc68958d9a93e6ca4a445e1676377ee7ea7b0 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 30 Nov 2014 21:05:16 +0100 Subject: [PATCH] more fixes to timestamp display --- app/assets/stylesheets/base.css.scss | 5 +++++ app/views/inbox/show.html.haml | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) 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/