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
571ebb1f
Commit
571ebb1f
authored
May 16, 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 view live, expand collape, zoom buttons
parent
88dd9244
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
23 deletions
+22
-23
cms/static/js/base.js
+2
-2
cms/static/sass/_base.scss
+5
-5
cms/static/sass/views/_index.scss
+2
-2
cms/static/sass/views/_outline.scss
+1
-1
cms/templates/edit-tabs.html
+1
-1
cms/templates/howitworks.html
+8
-9
cms/templates/index.html
+1
-1
cms/templates/overview.html
+2
-2
No files found.
cms/static/js/base.js
View file @
571ebb1f
...
...
@@ -209,8 +209,8 @@ function toggleSections(e) {
$section
=
$
(
'.courseware-section'
);
sectionCount
=
$section
.
length
;
$button
=
$
(
this
);
$labelCollapsed
=
$
(
'<i class="
ss-icon ss-symbolicons-block">up
</i> <span class="label">Collapse All Sections</span>'
);
$labelExpanded
=
$
(
'<i class="
ss-icon ss-symbolicons-block">down
</i> <span class="label">Expand All Sections</span>'
);
$labelCollapsed
=
$
(
'<i class="
icon-arrow-up">
</i> <span class="label">Collapse All Sections</span>'
);
$labelExpanded
=
$
(
'<i class="
icon-arrow-down">
</i> <span class="label">Expand All Sections</span>'
);
var
buttonLabel
=
$button
.
hasClass
(
'is-activated'
)
?
$labelCollapsed
:
$labelExpanded
;
$button
.
toggleClass
(
'is-activated'
).
html
(
buttonLabel
);
...
...
cms/static/sass/_base.scss
View file @
571ebb1f
...
...
@@ -767,12 +767,12 @@ hr.divide {
display
:
block
;
}
.icon-
view
{
@include
font-size
(
1
5
);
.icon-
eye-open
{
@include
font-size
(
1
6
);
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
2
)
;
margin-top
:
(
$baseline
/
5
)
;
margin-right
:
8px
;
margin-top
:
-3px
;
line-height
:
0
;
}
}
...
...
@@ -887,7 +887,7 @@ body.js {
@extend
.text-sr
;
}
.ss-icon
{
[
class
^=
"icon-"
]
{
@include
font-size
(
18
);
color
:
$white
;
}
...
...
cms/static/sass/views/_index.scss
View file @
571ebb1f
...
...
@@ -164,11 +164,11 @@ body.index {
right
:
(
$baseline
/
2
);
opacity
:
0
;
.ss-icon
{
[
class
^=
"icon-"
]
{
@include
font-size
(
18
);
@include
border-top-radius
(
3px
);
display
:
inline-block
;
padding
:
(
$baseline
/
4
)
(
$baseline
/
2
);
padding
:
(
$baseline
/
2
);
background
:
$blue
;
color
:
$white
;
text-align
:
center
;
...
...
cms/static/sass/views/_outline.scss
View file @
571ebb1f
...
...
@@ -533,7 +533,7 @@ body.course.outline {
display
:
block
;
}
.ss-icon
{
[
class
^=
"icon-"
]
{
@include
font-size
(
11
);
@include
border-radius
(
20px
);
position
:
relative
;
...
...
cms/templates/edit-tabs.html
View file @
571ebb1f
...
...
@@ -76,7 +76,7 @@
</figure>
<a
href=
"#"
rel=
"view"
class=
"action action-modal-close"
>
<i
class=
"
ss-icon ss-symbolicons-block icon-close icon"
>
␡
</i>
<i
class=
"
icon-remove-sign"
>
</i>
<span
class=
"label"
>
close modal
</span>
</a>
</div>
...
...
cms/templates/howitworks.html
View file @
571ebb1f
...
...
@@ -28,7 +28,7 @@
<img
src=
"/static/img/thumb-hiw-feature1.png"
alt=
"Studio Helps You Keep Your Courses Organized"
/>
<figcaption
class=
"sr"
>
Studio Helps You Keep Your Courses Organized
</figcaption>
<span
class=
"action-zoom"
>
<i
class=
"
ss-icon ss-symbolicons-block icon icon-zoom"
>

</i>
<i
class=
"
icon-zoom-in"
>
</i>
</span>
</a>
</figure>
...
...
@@ -62,7 +62,7 @@
<img
src=
"/static/img/thumb-hiw-feature2.png"
alt=
"Learning is More than Just Lectures"
/>
<figcaption
class=
"sr"
>
Learning is More than Just Lectures
</figcaption>
<span
class=
"action-zoom"
>
<i
class=
"
ss-icon ss-symbolicons-block icon icon-zoom"
>

</i>
<i
class=
"
icon-zoom-in"
>
</i>
</span>
</a>
</figure>
...
...
@@ -96,7 +96,7 @@
<img
src=
"/static/img/thumb-hiw-feature3.png"
alt=
"Studio Gives You Simple, Fast, and Incremental Publishing. With Friends."
/>
<figcaption
class=
"sr"
>
Studio Gives You Simple, Fast, and Incremental Publishing. With Friends.
</figcaption>
<span
class=
"action-zoom"
>
<i
class=
"
ss-icon ss-symbolicons-block icon icon-zoom"
>

</i>
<i
class=
"
icon-zoom-in"
>
</i>
</span>
</a>
</figure>
...
...
@@ -132,7 +132,7 @@
<header>
<h2
class=
"sr"
>
Sign Up for Studio Today!
</h2>
</header>
<ul
class=
"list-actions"
>
<li
class=
"action-item"
>
<a
href=
"${reverse('signup')}"
class=
"action action-primary"
>
Sign Up
&
Start Making an edX Course
</a>
...
...
@@ -152,7 +152,7 @@
</figure>
<a
href=
""
rel=
"view"
class=
"action action-modal-close"
>
<i
class=
"
ss-icon ss-symbolicons-block icon icon-close"
>
␡
</i>
<i
class=
"
icon-remove-sign"
>
</i>
<span
class=
"label"
>
close modal
</span>
</a>
</div>
...
...
@@ -165,7 +165,7 @@
</figure>
<a
href=
""
rel=
"view"
class=
"action action-modal-close"
>
<i
class=
"
ss-icon ss-symbolicons-block icon icon-close"
>
␡
</i>
<i
class=
"
icon-remove-sign"
>
</i>
<span
class=
"label"
>
close modal
</span>
</a>
</div>
...
...
@@ -178,8 +178,8 @@
</figure>
<a
href=
""
rel=
"view"
class=
"action action-modal-close"
>
<i
class=
"
ss-icon ss-symbolicons-block icon icon-close"
>
␡
</i>
<i
class=
"
icon-remove-sign"
>
</i>
<span
class=
"label"
>
close modal
</span>
</a>
</div>
</
%
block>
\ No newline at end of file
</
%
block>
cms/templates/index.html
View file @
571ebb1f
...
...
@@ -76,7 +76,7 @@
<a
class=
"class-link"
href=
"${url}"
class=
"class-name"
>
<span
class=
"class-name"
>
${course}
</span>
</a>
<a
href=
"${lms_link}"
rel=
"external"
class=
"button view-button view-live-button"
>
<i
class=
"ss-icon ss-symbolicons-block icon icon-view"
>

</i>
View Live
</a>
<a
href=
"${lms_link}"
rel=
"external"
class=
"button view-button view-live-button"
>
View Live
</a>
</li>
%endfor
</ul>
...
...
cms/templates/overview.html
View file @
571ebb1f
...
...
@@ -115,13 +115,13 @@
<h3
class=
"sr"
>
Page Actions
</h3>
<ul>
<li
class=
"nav-item"
>
<a
href=
"#"
class=
"toggle-button toggle-button-sections"
><i
class=
"
ss-icon ss-symbolicons-block icon"
>
up
</i>
<span
class=
"label"
>
Collapse All Sections
</span></a>
<a
href=
"#"
class=
"toggle-button toggle-button-sections"
><i
class=
"
icon-arrow-up"
>
</i>
<span
class=
"label"
>
Collapse All Sections
</span></a>
</li>
<li
class=
"nav-item"
>
<a
href=
"#"
class=
"button new-button new-courseware-section-button"
><i
class=
"icon-plus"
></i>
New Section
</a>
</li>
<li
class=
"nav-item"
>
<a
href=
"${lms_link}"
rel=
"external"
class=
"button view-button view-live-button"
>
<i
class=
"ss-icon ss-symbolicons-block icon icon-view"
>

</i>
View Live
</a>
<a
href=
"${lms_link}"
rel=
"external"
class=
"button view-button view-live-button"
>
View Live
</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