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
770bfdc1
Commit
770bfdc1
authored
Jun 14, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed new post icon and added font-awesome replacement
parent
0f84a520
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
lms/static/images/new-post-icon.png
+0
-0
lms/static/sass/_discussion.scss
+0
-1
lms/static/sass/course/_discussions-inline.scss
+0
-1
lms/templates/discussion/_discussion_course_navigation.html
+2
-1
No files found.
lms/static/images/new-post-icon.png
deleted
100644 → 0
View file @
0f84a520
1.14 KB
lms/static/sass/_discussion.scss
View file @
770bfdc1
...
...
@@ -130,7 +130,6 @@ body.discussion {
height
:
17px
;
margin
:
8px
7px
0
0
;
font-size
:
16px
;
padding-right
:
$baseline
/
2
;
vertical-align
:
middle
;
color
:
$white
;
}
...
...
lms/static/sass/course/_discussions-inline.scss
View file @
770bfdc1
...
...
@@ -336,7 +336,6 @@
height
:
17px
;
margin
:
8px
7px
0
0
;
font-size
:
16px
;
padding-right
:
$baseline
/
2
;
vertical-align
:
middle
;
color
:
$white
;
}
...
...
lms/templates/discussion/_discussion_course_navigation.html
View file @
770bfdc1
...
...
@@ -3,6 +3,6 @@
<
%
block
name=
"extratabs"
>
% if has_permission(user, 'create_thread', course.id):
<li
class=
"right"
><a
href=
"#"
class=
"new-post-btn"
><span
class=
"icon icon-edit"
></span>
New Post
</a></li>
<li
class=
"right"
><a
href=
"#"
class=
"new-post-btn"
><span
class=
"icon icon-edit
new-post-icon
"
></span>
New Post
</a></li>
% endif
</
%
block>
\ 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