From c74b5ef4213d2f5ae3360e25edc2b45b73a8ba13 Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Mon, 6 Feb 2012 12:42:25 -0500 Subject: [PATCH] Re-designed the comment controls (edit, delete, upvote) --- sass/_question-view.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sass/_question-view.scss b/sass/_question-view.scss index 4fca12d2e4..a9b51f516f 100644 --- a/sass/_question-view.scss +++ b/sass/_question-view.scss @@ -219,15 +219,30 @@ div.question-header { cursor: pointer; font-size: 25px; text-decoration: none; + color: green; } } + hr { + margin: 0; + } + div.comment-delete { // display: inline; color: $mit-red; cursor: pointer; font-size: 15px; } + + div.comment-edit { + @include transform(rotate(50deg)); + cursor: pointer; + font-size: 16px; + a.edit-icon { + color: #555; + text-decoration: none; + } + } } div.comment-body {