From 7ff975e0b60dc26094d5d6602ddba628677a6b41 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 5 Apr 2013 11:06:34 -0400 Subject: [PATCH] studio - removing default styling for abbreviation elements, fixing typo in title attribute for timepickers --- cms/static/sass/_reset.scss | 6 ++++++ cms/static/sass/views/_subsection.scss | 1 + cms/templates/edit_subsection.html | 13 ++++++++----- cms/templates/overview.html | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) 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 @@
- +
@@ -61,14 +61,17 @@
- Set a due date
-

+

+ +
+
+ - Remove due date -

+
+ Remove due date
diff --git a/cms/templates/overview.html b/cms/templates/overview.html index 702fe46201..ae1ff985f0 100644 --- a/cms/templates/overview.html +++ b/cms/templates/overview.html @@ -113,7 +113,7 @@
- +