Commit 70d0fd11 by Your Name

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

parents 3a7624d3 13581bcf
lms/static/images/flagged.png

370 Bytes | W: | H:

lms/static/images/flagged.png

359 Bytes | W: | H:

lms/static/images/flagged.png
lms/static/images/flagged.png
lms/static/images/flagged.png
lms/static/images/flagged.png
  • 2-up
  • Swipe
  • Onion skin
lms/static/images/notflagged.png

332 Bytes | W: | H:

lms/static/images/notflagged.png

322 Bytes | W: | H:

lms/static/images/notflagged.png
lms/static/images/notflagged.png
lms/static/images/notflagged.png
lms/static/images/notflagged.png
  • 2-up
  • Swipe
  • Onion skin
lms/static/images/resolvedflag.png

369 Bytes | W: | H:

lms/static/images/resolvedflag.png

362 Bytes | W: | H:

lms/static/images/resolvedflag.png
lms/static/images/resolvedflag.png
lms/static/images/resolvedflag.png
lms/static/images/resolvedflag.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -2419,11 +2419,9 @@ body.discussion { ...@@ -2419,11 +2419,9 @@ body.discussion {
.discussion-flag-abuse { .discussion-flag-abuse {
font-size: 12px; font-size: 12px;
color: #888;
float:right; float:right;
padding-right: 5px; padding-right: 5px;
font-style: italic; font-style: italic;
width:100px;
} }
.notflagged .icon .notflagged .icon
...@@ -2443,3 +2441,13 @@ body.discussion { ...@@ -2443,3 +2441,13 @@ body.discussion {
padding-right: 3px; padding-right: 3px;
background: transparent url('../images/flagged.png') no-repeat 0 0; background: transparent url('../images/flagged.png') no-repeat 0 0;
} }
.flagged span {
color: #B82066;
font-style: italic;
}
.notflagged span {
color: #888;
font-style: italic;
}
\ No newline at end of file
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