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
OpenEdx
edx-platform
Commits
8b90f538
Commit
8b90f538
authored
Sep 28, 2017
by
Harry Rein
Committed by
Bill Filler
Oct 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styling.
parent
f6d400a6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
common/templates/cloud_browser/_browser.html
+0
-2
lms/static/js/digital_locker/digital_locker.js
+0
-6
lms/static/sass/features/_digital-locker.scss
+10
-0
No files found.
common/templates/cloud_browser/_browser.html
View file @
8b90f538
...
@@ -3,13 +3,11 @@
...
@@ -3,13 +3,11 @@
# Browser Content Snippet
# Browser Content Snippet
###############################################################################
###############################################################################
{% endcomment %}
{% endcomment %}
{% load cloud_browser_extras %}
{% load cloud_browser_extras %}
{% block cloud_browser_content %}
{% block cloud_browser_content %}
<link
href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
integrity=
"sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin=
"anonymous"
>
<link
href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
integrity=
"sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin=
"anonymous"
>
<div
id=
"cloud-browser-all"
class=
"cloud-browser-defaults"
>
<div
id=
"cloud-browser-all"
class=
"cloud-browser-defaults"
>
<div
id=
"cloud-browser-objects"
>
{% if objects %}
{% if objects %}
<div
id=
"cloud-browser-objects"
>
<div
id=
"cloud-browser-objects"
>
<div>
<div>
...
...
lms/static/js/digital_locker/digital_locker.js
View file @
8b90f538
...
@@ -15,8 +15,3 @@ $('.digital-locker-container .digital-locker-dropdown').on('click', function(e)
...
@@ -15,8 +15,3 @@ $('.digital-locker-container .digital-locker-dropdown').on('click', function(e)
$fileViewerContainer
.
data
(
'in-progress'
,
'false'
);
$fileViewerContainer
.
data
(
'in-progress'
,
'false'
);
},
50
);
},
50
);
});
});
$
(
'.file-viewer-container .close'
).
on
(
'click'
,
function
(
e
)
{
$fileViewerContainer
=
$
(
e
.
target
).
closest
(
'.file-viewer-container'
);
$fileViewerContainer
.
hide
();
});
\ No newline at end of file
lms/static/sass/features/_digital-locker.scss
View file @
8b90f538
...
@@ -80,3 +80,12 @@
...
@@ -80,3 +80,12 @@
}
}
}
}
}
}
.digital-locker
{
text-align
:
center
;
.loading-spinner
{
margin-top
:
100px
;
font-size
:
3em
;
}
}
\ 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