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
9eca5577
Commit
9eca5577
authored
Jun 14, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated flag icons to be font-awesome based
parent
646ff9ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
lms/static/sass/_discussion.scss
+15
-0
lms/templates/discussion/_underscore_templates.html
+6
-6
No files found.
lms/static/sass/_discussion.scss
View file @
9eca5577
...
...
@@ -2691,20 +2691,35 @@ display:none;
}
}
<<<<<<<
HEAD
.notflagged
.icon
{
display
:
block
;
=======
}
.notflagged
.icon
{
display
:
block
;
>>>>>>>
updated
flag
icons
to
be
font-awesome
based
float
:
left
;
margin
:
3px
;
width
:
10px
;
height
:
14px
;
padding-right
:
3px
;
<<<<<<<
HEAD
}
.flagged
.icon
{
display
:
block
;
color
:
$gray-l2
;
=======
color
:
$gray-l2
;
}
.flagged
.icon
{
display
:
block
;
>>>>>>>
updated
flag
icons
to
be
font-awesome
based
float
:
left
;
margin
:
3px
;
width
:
10px
;
...
...
lms/templates/discussion/_underscore_templates.html
View file @
9eca5577
...
...
@@ -47,18 +47,18 @@
<
/header
>
<
div
class
=
"post-body"
>
$
{
'<%- body %>'
}
<
/div
>
<
div
class
=
"discussion-flag-abuse notflagged"
data
-
role
=
"thread-flag"
data
-
tooltip
=
"Report Misuse"
>
<
i
class
=
"icon icon-flag"
><
/i><span class="flag-label">Report Misuse</
span
><
/div>
<
div
class
=
"discussion-flag-abuse notflagged"
data
-
role
=
"thread-flag"
data
-
tooltip
=
"Report Misuse"
>
<
i
class
=
"icon icon-flag"
><
/i><span class="flag-label">Report Misuse</
span
><
/div
>
%
if
course
and
has_permission
(
user
,
'openclose_thread'
,
course
.
id
):
<
div
class
=
"admin-pin discussion-pin notpinned"
data
-
role
=
"thread-pin"
data
-
tooltip
=
"pin this thread"
>
<
i
class
=
"icon icon-pushpin"
><
/i><span class="pin-label">Pin Thread</
span
><
/div>
<
div
class
=
"admin-pin discussion-pin notpinned"
data
-
role
=
"thread-pin"
data
-
tooltip
=
"pin this thread"
>
<
i
class
=
"icon icon-pushpin"
><
/i><span class="pin-label">Pin Thread</
span
><
/div
>
%
else
:
$
{
"<% if (pinned) { %>"
}
<
div
class
=
"discussion-pin notpinned"
data
-
role
=
"thread-pin"
data
-
tooltip
=
"pin this thread"
>
<
i
class
=
"icon icon-pushpin"
><
/i><span class="pin-label">Pin Thread</
span
><
/div>
<
div
class
=
"discussion-pin notpinned"
data
-
role
=
"thread-pin"
data
-
tooltip
=
"pin this thread"
>
<
i
class
=
"icon icon-pushpin"
><
/i><span class="pin-label">Pin Thread</
span
><
/div
>
$
{
"<% } %>"
}
%
endif
...
...
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