diff --git a/cms/static/sass/_reset.scss b/cms/static/sass/_reset.scss index 87a6e51232..c963fc1969 100644 --- a/cms/static/sass/_reset.scss +++ b/cms/static/sass/_reset.scss @@ -57,6 +57,12 @@ table { border-spacing: 0; } +abbr[title] { + border-bottom: none; + text-decoration: none; + cursor: pointer; +} + // ==================== // grandfathered styles diff --git a/cms/static/sass/views/_subsection.scss b/cms/static/sass/views/_subsection.scss index 57fd3a721e..7b4aff8b34 100644 --- a/cms/static/sass/views/_subsection.scss +++ b/cms/static/sass/views/_subsection.scss @@ -258,6 +258,7 @@ body.course.subsection { .remove-date { display: block; + margin-top: ($baseline/4); } } diff --git a/cms/templates/edit_subsection.html b/cms/templates/edit_subsection.html index 6c013aec7b..901e0a8008 100644 --- a/cms/templates/edit_subsection.html +++ b/cms/templates/edit_subsection.html @@ -39,7 +39,7 @@