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
820544c1
Commit
820544c1
authored
Jul 22, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pin and flag icons using fontawesome now render properly through inline discussions
parent
5b3cb536
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
lms/static/sass/_discussion.scss
+1
-3
lms/templates/discussion/mustache/_inline_thread_show.mustache
+2
-2
No files found.
lms/static/sass/_discussion.scss
View file @
820544c1
...
...
@@ -727,7 +727,7 @@ body.discussion {
display
:
block
;
position
:
absolute
;
padding
:
15px
23px
;
color
:
$gray
-l1
;
color
:
$gray
;
font-size
:
28px
;
z-index
:
100
;
opacity
:
1
;
...
...
@@ -2659,8 +2659,6 @@ body.discussion {
.notpinned
span
{
color
:
#888
;
font-style
:
italic
;
//cursor change is here since pins are read-only for inline discussions.
cursor
:
default
;
}
.pinned-false
...
...
lms/templates/discussion/mustache/_inline_thread_show.mustache
View file @
820544c1
...
...
@@ -4,10 +4,10 @@
<a
href=
"#"
class=
"vote-btn discussion-vote discussion-vote-up"
data-role=
"discussion-vote"
data-tooltip=
"vote"
><span
class=
"plus-icon"
>
+
</span>
<span
class=
'votes-count-number'
>
{{
votes
.
up_count
}}
</span></a>
<h3>
{{
title
}}
</h3>
<div
class=
"discussion-flag-abuse notflagged"
data-role=
"thread-flag"
data-tooltip=
"Report Misuse"
>
<i
class=
"icon"
></i><span
class=
"flag-label"
>
Flagged
</span></div>
<i
class=
"icon
icon-flag
"
></i><span
class=
"flag-label"
>
Flagged
</span></div>
<div
class=
"discussion-pin-inline pinned pinned-
{{
pinned
}}
"
data-tooltip=
"This thread has been pinned by course staff."
>
<i
class=
"icon"
></i><span
class=
"pin-label"
>
Pinned
</span></div>
<i
class=
"icon
icon-pushpin
"
></i><span
class=
"pin-label"
>
Pinned
</span></div>
<p
class=
"posted-details"
>
{{#
user
}}
...
...
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