Commit e4098b51 by Kyle Fiedler

Removed deactive and unenroll

parent 8199f117
...@@ -3473,12 +3473,6 @@ div.profile-wrapper section.user-info ul li input { ...@@ -3473,12 +3473,6 @@ div.profile-wrapper section.user-info ul li input {
top: 9px; } top: 9px; }
div.profile-wrapper section.user-info ul li input:hover { div.profile-wrapper section.user-info ul li input:hover {
color: #555; } 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 { div.profile-wrapper section.user-info div#change_password_pop {
border-bottom: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;
-webkit-box-shadow: 0 1px 0 #eeeeee; -webkit-box-shadow: 0 1px 0 #eeeeee;
...@@ -3494,11 +3488,6 @@ div.profile-wrapper section.user-info div#change_password_pop h2 { ...@@ -3494,11 +3488,6 @@ div.profile-wrapper section.user-info div#change_password_pop h2 {
div.profile-wrapper section.course-info header h1 { div.profile-wrapper section.course-info header h1 {
margin: 0; margin: 0;
float: left; } 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 { div.profile-wrapper section.course-info div#grade-detail-graph {
width: 100%; width: 100%;
min-height: 300px; } min-height: 300px; }
......
...@@ -131,7 +131,6 @@ $(function() { ...@@ -131,7 +131,6 @@ $(function() {
<section class="course-info"> <section class="course-info">
<header> <header>
<h1>Course Progress</h1> <h1>Course Progress</h1>
<a href="#unenroll" rel="leanModal" class="unenroll">Unenroll from 6.002x</a>
</header> </header>
<div id="grade-detail-graph"></div> <div id="grade-detail-graph"></div>
...@@ -213,13 +212,6 @@ $(function() { ...@@ -213,13 +212,6 @@ $(function() {
<input type="submit" id="pwd_reset_button" value="Reset" /> <input type="submit" id="pwd_reset_button" value="Reset" />
<p>We'll e-mail a password reset link to ${email}.</p> <p>We'll e-mail a password reset link to ${email}.</p>
</li> </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> </ul>
</section> </section>
......
...@@ -79,7 +79,7 @@ div.profile-wrapper { ...@@ -79,7 +79,7 @@ div.profile-wrapper {
a#change_location, a#change_location,
a.edit-email, a.edit-email,
a.name-edit, a.name-edit,
a.email-edit { a.email-edit {
position: absolute; position: absolute;
top: 9px; top: 9px;
right: lh(.5); right: lh(.5);
...@@ -122,17 +122,6 @@ div.profile-wrapper { ...@@ -122,17 +122,6 @@ div.profile-wrapper {
color: #555; 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 { ...@@ -162,13 +151,6 @@ div.profile-wrapper {
margin: 0; margin: 0;
float: left; float: left;
} }
a.unenroll {
float: right;
color: #aaa;
font-style: italic;
margin-top: 8px;
}
} }
div#grade-detail-graph { 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