Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
81dae33f
Commit
81dae33f
authored
Dec 04, 2012
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added flag-label coloring css
parent
a5a38c01
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
lms/static/sass/_discussion.scss
+11
-2
No files found.
lms/static/sass/_discussion.scss
View file @
81dae33f
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment