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
9a624337
Commit
9a624337
authored
May 15, 2013
by
Frances Botsford
Committed by
David Baumgold
May 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed symbolset, replaced with fontawesome for asset upload
parent
118a8884
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
cms/static/sass/views/_assets.scss
+15
-4
cms/templates/asset_index.html
+1
-1
No files found.
cms/static/sass/views/_assets.scss
View file @
9a624337
...
...
@@ -2,13 +2,25 @@
// ====================
body
.course.uploads
{
.nav-actions
{
.icon-cloud-upload
{
@include
font-size
(
16
);
vertical-align
:
bottom
;
margin-right
:
(
$baseline
/
5
);
}
}
input
.asset-search-input
{
float
:
left
;
width
:
260px
;
background-color
:
#fff
;
}
.asset-library
{
@include
clearfix
;
...
...
@@ -102,7 +114,7 @@ body.course.uploads {
}
.upload-modal
{
display
:
none
;
display
:
none
;
width
:
640px
!
important
;
margin-left
:
-320px
!
important
;
...
...
@@ -187,4 +199,4 @@ body.course.uploads {
display
:
none
;
margin-bottom
:
100px
;
}
}
\ No newline at end of file
}
cms/templates/asset_index.html
View file @
9a624337
...
...
@@ -44,7 +44,7 @@
<h3
class=
"sr"
>
Page Actions
</h3>
<ul>
<li
class=
"nav-item"
>
<a
href=
"#"
class=
"button upload-button new-button"
><i
class=
"
ss-icon ss-symbolicons-standard icon icon-create"
>

</i>
Upload New File
</a>
<a
href=
"#"
class=
"button upload-button new-button"
><i
class=
"
icon-cloud-upload"
>
</i>
Upload New File
</a>
</li>
</ul>
</nav>
...
...
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