From 95e7c2b4ec9f6d27fae2919fcb1c255dce7e9fa2 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Wed, 8 Feb 2012 10:42:24 -0500 Subject: [PATCH] Fixed a bug where the comment div was always visible --- sass/_discussion-answers.scss | 4 ++++ sass/_question-view.scss | 12 +++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sass/_discussion-answers.scss b/sass/_discussion-answers.scss index 37c53fe421..bb57f91789 100644 --- a/sass/_discussion-answers.scss +++ b/sass/_discussion-answers.scss @@ -42,6 +42,10 @@ div.answer-block { @extend div.question-actions; } } + + div.answered-by-owner { + color: darken($mit-red, 10%); + } } div.answer-own { diff --git a/sass/_question-view.scss b/sass/_question-view.scss index f5e0db8c69..1334c21a58 100644 --- a/sass/_question-view.scss +++ b/sass/_question-view.scss @@ -160,7 +160,7 @@ div.question-header { // background: lighten(#efefef, 3%); padding: 3%; display: inline-block; - margin: 15px 0 0; + // margin: 15px 0 0; padding: 3%; width: 100%; @@ -282,8 +282,14 @@ div.question-header { } div.controls { - border-top: 1px dashed #ddd; - padding: 15px 0; + // padding: 15px 0; + background: lighten(#eeeeee, 4%); + text-align: right; + a { + display: inline-block; + font-size: 12px; + margin: 10px 10px 10px 0; + } } } }