Commit d3771b16 by Kyle Fiedler

Removed deactive and unenroll

parent 1be8d198
......@@ -3473,12 +3473,6 @@ div.profile-wrapper section.user-info ul li input {
top: 9px; }
div.profile-wrapper section.user-info ul li input:hover {
color: #555; }
div.profile-wrapper section.user-info ul li.deactivate {
border-bottom: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-top: 10px; }
div.profile-wrapper section.user-info div#change_password_pop {
border-bottom: 1px solid #d3d3d3;
-webkit-box-shadow: 0 1px 0 #eeeeee;
......@@ -3494,11 +3488,6 @@ div.profile-wrapper section.user-info div#change_password_pop h2 {
div.profile-wrapper section.course-info header h1 {
margin: 0;
float: left; }
div.profile-wrapper section.course-info header a.unenroll {
float: right;
color: #aaa;
font-style: italic;
margin-top: 8px; }
div.profile-wrapper section.course-info div#grade-detail-graph {
width: 100%;
min-height: 300px; }
......
......@@ -131,7 +131,6 @@ $(function() {
<section class="course-info">
<header>
<h1>Course Progress</h1>
<a href="#unenroll" rel="leanModal" class="unenroll">Unenroll from 6.002x</a>
</header>
<div id="grade-detail-graph"></div>
......@@ -213,13 +212,6 @@ $(function() {
<input type="submit" id="pwd_reset_button" value="Reset" />
<p>We'll e-mail a password reset link to ${email}.</p>
</li>
<li>
Email preferences
<a href="#" class="email-edit">Edit</a>
</li>
<li class="deactivate">
<a href="#deactivate-account" rel="leanModal" class="deactivate">Deactivate MITx account</a>
</li>
</ul>
</section>
......
......@@ -79,7 +79,7 @@ div.profile-wrapper {
a#change_location,
a.edit-email,
a.name-edit,
a.email-edit {
a.email-edit {
position: absolute;
top: 9px;
right: lh(.5);
......@@ -122,17 +122,6 @@ div.profile-wrapper {
color: #555;
}
}
&.deactivate {
// border-top: 1px solid #d3d3d3;
// position: absolute;
// bottom: 0;
// @include box-shadow(inset 0 1px 0 #eee);
// width: 100%;
border-bottom: none;
@include box-shadow(none);
margin-top: 10px;
}
}
}
......@@ -162,13 +151,6 @@ div.profile-wrapper {
margin: 0;
float: left;
}
a.unenroll {
float: right;
color: #aaa;
font-style: italic;
margin-top: 8px;
}
}
div#grade-detail-graph {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment