Commit c74b5ef4 by Reda Lemeden

Re-designed the comment controls (edit, delete, upvote)

parent 64ce159a
...@@ -219,15 +219,30 @@ div.question-header { ...@@ -219,15 +219,30 @@ div.question-header {
cursor: pointer; cursor: pointer;
font-size: 25px; font-size: 25px;
text-decoration: none; text-decoration: none;
color: green;
} }
} }
hr {
margin: 0;
}
div.comment-delete { div.comment-delete {
// display: inline; // display: inline;
color: $mit-red; color: $mit-red;
cursor: pointer; cursor: pointer;
font-size: 15px; 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 { div.comment-body {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment