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

This commit is contained in:
Reda Lemeden
2012-02-06 12:42:25 -05:00
parent 64ce159a3d
commit c74b5ef421

View File

@@ -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 {