From d3771b16a8b22cc4e1462906c2e9dc74eae733fe Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Tue, 27 Mar 2012 13:59:24 -0400 Subject: [PATCH] Removed deactive and unenroll --- static/css/application.css | 11 ----------- templates/profile.html | 8 -------- templates/sass/_profile.scss | 20 +------------------- 3 files changed, 1 insertion(+), 38 deletions(-) diff --git a/static/css/application.css b/static/css/application.css index c1cb6041b5..7b5a82fc3a 100644 --- a/static/css/application.css +++ b/static/css/application.css @@ -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; } diff --git a/templates/profile.html b/templates/profile.html index 394178a305..69a31ffcc8 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -131,7 +131,6 @@ $(function() {

Course Progress

- Unenroll from 6.002x
@@ -213,13 +212,6 @@ $(function() {

We'll e-mail a password reset link to ${email}.

-
  • - Email preferences - -
  • -
  • - Deactivate MITx account -
  • diff --git a/templates/sass/_profile.scss b/templates/sass/_profile.scss index b03da36836..2410806bed 100644 --- a/templates/sass/_profile.scss +++ b/templates/sass/_profile.scss @@ -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 {