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
118a8884
Commit
118a8884
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 checklists
parent
67df257d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
cms/static/client_templates/checklist.html
+2
-2
cms/static/sass/views/_checklists.scss
+4
-5
No files found.
cms/static/client_templates/checklist.html
View file @
118a8884
...
@@ -11,11 +11,11 @@
...
@@ -11,11 +11,11 @@
<span
class=
"int"
><
%=
percentChecked
%
></span>
% of checklist completed
</span></span>
<span
class=
"int"
><
%=
percentChecked
%
></span>
% of checklist completed
</span></span>
<header>
<header>
<h3
class=
"checklist-title title-2 is-selectable"
title=
"Collapse/Expand this Checklist"
>
<h3
class=
"checklist-title title-2 is-selectable"
title=
"Collapse/Expand this Checklist"
>
<i
class=
"
ss-icon ss-symbolicons-standard icon-arrow ui-toggle-expansion"
>
▾
</i>
<i
class=
"
icon-caret-down ui-toggle-expansion"
>
</i>
<
%=
checklistShortDescription
%
></h3>
<
%=
checklistShortDescription
%
></h3>
<span
class=
"checklist-status status"
>
<span
class=
"checklist-status status"
>
Tasks Completed:
<span
class=
"status-count"
><
%=
itemsChecked
%
></span>
/
<span
class=
"status-amount"
><
%=
items
.
length
%
></span>
Tasks Completed:
<span
class=
"status-count"
><
%=
itemsChecked
%
></span>
/
<span
class=
"status-amount"
><
%=
items
.
length
%
></span>
<i
class=
"
ss-icon ss-symbolicons-standard icon-confirm"
>
✓
</i>
<i
class=
"
icon-ok"
>
</i>
</span>
</span>
</header>
</header>
...
...
cms/static/sass/views/_checklists.scss
View file @
118a8884
...
@@ -62,7 +62,7 @@ body.course.checklists {
...
@@ -62,7 +62,7 @@ body.course.checklists {
.ui-toggle-expansion
{
.ui-toggle-expansion
{
@include
transition
(
rotate
.15s
ease-in-out
.25s
);
@include
transition
(
rotate
.15s
ease-in-out
.25s
);
@include
font-size
(
14
);
@include
font-size
(
21
);
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
2
);
margin-right
:
(
$baseline
/
2
);
...
@@ -91,10 +91,9 @@ body.course.checklists {
...
@@ -91,10 +91,9 @@ body.course.checklists {
color
:
$gray-l2
;
color
:
$gray-l2
;
.icon-
confirm
{
.icon-
ok
{
@include
font-size
(
20
);
@include
font-size
(
20
);
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
margin-left
:
(
$baseline
/
2
);
margin-left
:
(
$baseline
/
2
);
color
:
$gray-l4
;
color
:
$gray-l4
;
}
}
...
@@ -184,13 +183,13 @@ body.course.checklists {
...
@@ -184,13 +183,13 @@ body.course.checklists {
header
{
header
{
.checklist-title
,
.icon-c
onfirm
{
.checklist-title
,
.icon-c
aret-down
{
color
:
$green
;
color
:
$green
;
}
}
.checklist-status
{
.checklist-status
{
.status-count
,
.status-amount
,
.icon-
confirm
{
.status-count
,
.status-amount
,
.icon-
ok
{
color
:
$green
;
color
:
$green
;
}
}
}
}
...
...
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