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
bf71f099
Commit
bf71f099
authored
Mar 13, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - checklists: finished static styling, initial checklist content import, and some basic JS
parent
66a8735a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
9 deletions
+28
-9
cms/static/sass/_checklists.scss
+28
-9
cms/templates/ux-checklists.html
+0
-0
No files found.
cms/static/sass/_checklists.scss
View file @
bf71f099
...
...
@@ -23,7 +23,9 @@ body.course.checklists {
header
{
@include
clearfix
();
@include
box-shadow
(
inset
0
-1px
1px
$shadow-l1
);
margin-bottom
:
0
;
border-bottom
:
1px
solid
$gray-l3
;
padding
:
$baseline
(
$baseline
*
1
.5
);
.checklist-title
{
...
...
@@ -32,6 +34,14 @@ body.course.checklists {
margin
:
0
flex-gutter
()
0
0
;
float
:
left
;
.icon-confirm
{
@include
font-size
(
20
);
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
4
);
color
:
$gray-l4
;
}
&
.is-selectable
{
cursor
:
pointer
;
...
...
@@ -105,6 +115,10 @@ body.course.checklists {
// state - collapsed
&
.is-collapsed
{
header
{
@include
box-shadow
(
none
);
}
.list-tasks
{
height
:
0
;
}
...
...
@@ -115,8 +129,8 @@ body.course.checklists {
header
{
.checklist-title
{
color
:
$gr
ay-l1
;
.checklist-title
,
.icon-confirm
{
color
:
$gr
een
;
}
.checklist-status
{
...
...
@@ -147,7 +161,8 @@ body.course.checklists {
overflow
:
hidden
;
.task
{
@include
transition
(
background
.15s
ease-in-out
.25s
,
border
.15s
ease-in-out
.25s
);
@include
transition
(
background
.15s
ease-in-out
.25s
);
@include
transition
(
border
.15s
ease-in-out
.25s
);
@include
clearfix
();
position
:
relative
;
border-top
:
1px
solid
$white
;
...
...
@@ -169,13 +184,13 @@ body.course.checklists {
.task-input
{
display
:
inline-block
;
vertical-align
:
middle
;
margin
-right
:
flex-gutter
()
;
vertical-align
:
text-top
;
margin
:
(
$baseline
/
2
)
flex-gutter
()
0
0
;
}
.task-details
{
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
text-top
;
width
:
flex-grid
(
6
,
7
);
.task-name
{
...
...
@@ -234,6 +249,7 @@ body.course.checklists {
opacity
:
1
.0
;
.task-details
{
.task-support
{
opacity
:
1
.0
;
pointer-events
:
auto
;
...
...
@@ -253,14 +269,17 @@ body.course.checklists {
border-top-color
:
$gray-l5
;
border-bottom-color
:
$gray-l5
;
.task-
details
{
opacity
:
0
.50
;
.task-
name
{
color
:
$gray-l2
;
}
&
:hover
{
background
:
$blue-l5
;
border-bottom-color
:
$blue-l4
;
border-top-color
:
$blue-l4
;
.task-details
{
opacity
:
1
.0
;
opacity
:
1
.0
;
}
}
}
...
...
cms/templates/ux-checklists.html
View file @
bf71f099
This diff is collapsed.
Click to expand it.
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