From ebeb9a9948dd9cf93772b4d73fef88d5bcd39dc1 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Wed, 31 Dec 2014 15:13:33 -0500 Subject: [PATCH] added cohort group editing styles --- cms/static/sass/views/_group-configuration.scss | 6 ++++-- cms/templates/js/content-group-details.underscore | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cms/static/sass/views/_group-configuration.scss b/cms/static/sass/views/_group-configuration.scss index 37944360a0..22f801e50a 100644 --- a/cms/static/sass/views/_group-configuration.scss +++ b/cms/static/sass/views/_group-configuration.scss @@ -27,7 +27,7 @@ margin-bottom: ($baseline*1.5); .title { - @extend %t-title5; + @extend %t-title4; @extend %t-strong; } @@ -49,14 +49,16 @@ .group-configuration-header { margin-bottom: 0; border-bottom: 0; + padding-bottom: 0; } .group-configuration-title { - @extend %t-title4; + @extend %t-title5; @extend %t-strong; overflow: hidden; text-overflow: ellipsis; margin-right: ($baseline*14); + color: $black; .group-toggle { display: inline-block; diff --git a/cms/templates/js/content-group-details.underscore b/cms/templates/js/content-group-details.underscore index 15a96a77cd..81425449fd 100644 --- a/cms/templates/js/content-group-details.underscore +++ b/cms/templates/js/content-group-details.underscore @@ -1,7 +1,7 @@

- <%= name %> + <%- name %>