Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
course-discovery
Commits
7c5647e4
Commit
7c5647e4
authored
Aug 10, 2016
by
Waheed Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added copy icon on course about read only page.
ECOM-5205
parent
b6376f1a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
course_discovery/static/sass/publisher/course_detail.scss
+4
-1
course_discovery/templates/base.html
+1
-0
course_discovery/templates/publisher/course_run_detail/clipboard.html
+3
-1
No files found.
course_discovery/static/sass/publisher/course_detail.scss
View file @
7c5647e4
...
...
@@ -99,7 +99,10 @@ nav {
.btn-copy
{
text-decoration
:
none
;
@include
margin-left
(
10px
);
color
:
#999
;
padding-top
:
2px
;
padding-bottom
:
2px
;
@include
padding-left
(
5px
);
@include
padding-right
(
5px
);
}
}
}
...
...
course_discovery/templates/base.html
View file @
7c5647e4
...
...
@@ -28,6 +28,7 @@
{% else %}
<link
rel=
"stylesheet"
href=
"{% static 'sass/main-ltr.scss' %}"
type=
"text/x-scss"
>
{% endif %}
<link
rel=
"stylesheet"
href=
"{% static 'bower_components/font-awesome/css/font-awesome.css' %}"
type=
"text/x-scss"
>
<link
rel=
"stylesheet"
href=
"{% static 'bower_components/pikaday/css/pikaday.css' %}"
type=
"text/x-scss"
>
{% endblock %}
{% endcompress %}
...
...
course_discovery/templates/publisher/course_run_detail/clipboard.html
View file @
7c5647e4
<button
class=
"btn-copy"
title=
"copy to clipboard"
>
+
</button>
<button
class=
"btn btn-small btn-copy"
title=
"Copy to clipboard"
aria-label=
"Copy to clipboard"
>
<span
class=
"icon fa fa-copy"
aria-hidden=
"true"
></span>
</button>
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