Merge branch 'feature/kevin/flagging' of github.com:MITx/mitx into feature/kevin/flagging

This commit is contained in:
Your Name
2012-12-05 11:21:16 -05:00
4 changed files with 10 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 B

After

Width:  |  Height:  |  Size: 362 B

View File

@@ -2419,11 +2419,9 @@ body.discussion {
.discussion-flag-abuse {
font-size: 12px;
color: #888;
float:right;
padding-right: 5px;
font-style: italic;
width:100px;
}
.notflagged .icon
@@ -2443,3 +2441,13 @@ body.discussion {
padding-right: 3px;
background: transparent url('../images/flagged.png') no-repeat 0 0;
}
.flagged span {
color: #B82066;
font-style: italic;
}
.notflagged span {
color: #888;
font-style: italic;
}