diff --git a/cms/static/client_templates/course_grade_policy.html b/cms/static/client_templates/course_grade_policy.html
index 639bee3d9b..db129614f6 100644
--- a/cms/static/client_templates/course_grade_policy.html
+++ b/cms/static/client_templates/course_grade_policy.html
@@ -6,26 +6,26 @@
- Abbreviation:
+ Abbreviation:
e.g. HW, Midterm
- Weight of Total Grade
+ Weight of Total Grade
e.g. 25%
- Total
+ Total
Number
total exercises assigned
-
Number of
+ Number of
Droppable
total exercises that won't be graded
diff --git a/cms/static/sass/_account.scss b/cms/static/sass/_account.scss
index 81771557f0..650743979f 100644
--- a/cms/static/sass/_account.scss
+++ b/cms/static/sass/_account.scss
@@ -145,6 +145,13 @@ body.signup, body.signin {
:-ms-input-placeholder {
color: $gray-l3;
}
+
+ &:focus {
+
+ + .tip {
+ color: $gray;
+ }
+ }
}
textarea.long {
@@ -163,6 +170,7 @@ body.signup, body.signin {
}
.tip {
+ @include transition(color, 0.15s, ease-in-out);
@include font-size(13);
display: block;
margin-top: ($baseline/4);
diff --git a/cms/static/sass/_header.scss b/cms/static/sass/_header.scss
index eac712c4e5..68e1efc0b1 100644
--- a/cms/static/sass/_header.scss
+++ b/cms/static/sass/_header.scss
@@ -53,9 +53,6 @@
float: right;
}
-// general nav styles
-// ====================
-
// ====================
// specific elements - branding
@@ -515,6 +512,7 @@ body.course.export .nav-course-tools-export,
a {
color: $blue;
+ pointer-events: none;
}
}
diff --git a/cms/static/sass/_index.scss b/cms/static/sass/_index.scss
index 9d1f111218..8a4ca4a0a4 100644
--- a/cms/static/sass/_index.scss
+++ b/cms/static/sass/_index.scss
@@ -240,7 +240,6 @@
margin-right: flex-gutter();
padding: ($baseline*0.75) $baseline;
color: $gray-l1;
- cursor: pointer;
.title {
@include font-size(16);
@@ -254,7 +253,7 @@
background: $blue-l5;
top: -($baseline/5);
- .title, strong {
+ .title {
color: $blue;
}
}
diff --git a/cms/static/sass/_settings.scss b/cms/static/sass/_settings.scss
index 6df5a56b08..d25c78f35b 100644
--- a/cms/static/sass/_settings.scss
+++ b/cms/static/sass/_settings.scss
@@ -47,6 +47,7 @@ body.course.settings {
// UI hints/tips/messages
.tip {
+ @include transition(color, 0.15s, ease-in-out);
@include font-size(13);
display: block;
margin-top: ($baseline/4);
@@ -127,6 +128,13 @@ body.course.settings {
&.error {
border-color: $red;
}
+
+ &:focus {
+
+ + .tip {
+ color: $gray;
+ }
+ }
}
textarea.long {
@@ -157,10 +165,10 @@ body.course.settings {
@include box-sizing(border-box);
@include border-radius(3px);
background: $gray-l5;
- padding: ($baseline/2);
+ padding: $baseline;
&:last-child {
- padding-bottom: ($baseline/2);
+ padding-bottom: $baseline;
}
.actions {
diff --git a/cms/templates/login.html b/cms/templates/login.html
index 920ea57758..0ff55d1cc2 100644
--- a/cms/templates/login.html
+++ b/cms/templates/login.html
@@ -46,7 +46,7 @@
Need Help?
-
Having trouble with your account? Use our support center to look over self help steps, find solutions others have found to the same problem, or let us know of your issue.
+
Having trouble with your account? Use our support center to look over self help steps, find solutions others have found to the same problem, or let us know of your issue.
diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html
index b73c2b7376..0f265dfc2c 100644
--- a/cms/templates/widgets/footer.html
+++ b/cms/templates/widgets/footer.html
@@ -18,7 +18,7 @@
edX Studio Help
- Contact edX
+ Contact edX
% if user.is_authenticated():