Highlight voting notes for issues and merge requests

This commit is contained in:
Riyad Preukschas 2012-09-15 11:54:46 +02:00
parent 0546b9c65f
commit b8113334a8
5 changed files with 24 additions and 3 deletions

View file

@ -81,6 +81,19 @@
border-top: 1px solid #eee;
}
/* mark vote notes */
.voting_notes .note {
padding: 8px 0 8px 12px;
&.upvote {
padding-left: 8px;
border-left: 4px solid #468847;
}
&.downvote {
padding-left: 8px;
border-left: 4px solid #B94A48;
}
}
.notes-status {
margin: 18px;
}