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
61c4b05e
Commit
61c4b05e
authored
Jul 20, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/unenroll' into unenroll
parents
764c20eb
81e7662a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
lms/static/sass/_dashboard.scss
+15
-1
lms/templates/dashboard.html
+2
-2
No files found.
lms/static/sass/_dashboard.scss
View file @
61c4b05e
...
...
@@ -143,7 +143,7 @@
@include
clearfix
;
height
:
120px
;
margin-right
:
flex-gutter
();
margin-bottom
:
25
px
;
margin-bottom
:
10
px
;
overflow
:
hidden
;
position
:
relative
;
width
:
flex-grid
(
12
);
...
...
@@ -379,5 +379,19 @@
}
}
}
a
.unenroll
{
float
:
right
;
font-style
:
italic
;
color
:
#a0a0a0
;
text-decoration
:
underline
;
font-size
:
.8em
;
@include
inline-block
;
margin-bottom
:
40px
;
&
:hover
{
color
:
#333
;
}
}
}
}
lms/templates/dashboard.html
View file @
61c4b05e
...
...
@@ -51,7 +51,6 @@
<section
class=
"course-status"
>
<p>
Class Starts -
<span>
9/2/2012
</span></div>
</section>
<a
href=
"#unenroll-modal"
class=
"unenroll"
rel=
"leanModal"
data-course-id=
"${course.id}"
data-course-number=
"${course.number}"
>
Unenroll
</a>
<section
class=
"meta"
>
<div
class=
"course-work-icon"
></div>
<div
class=
"progress"
>
...
...
@@ -60,11 +59,12 @@
</div>
</div>
<div
class=
"complete"
>
<p><span
class=
"completeness"
>
60%
</span>
comple
at
</p>
<p><span
class=
"completeness"
>
60%
</span>
comple
te
</p>
</div>
</section>
</section>
</article>
<a
href=
"#unenroll-modal"
class=
"unenroll"
rel=
"leanModal"
data-course-id=
"${course.id}"
data-course-number=
"${course.number}"
>
Unenroll
</a>
% endfor
% else:
...
...
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