From 9effdc57b15f9a09bbebec9d163d585448e497a7 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Fri, 17 May 2013 09:46:12 -0400 Subject: [PATCH] removed symbolset, replaced with fontawesome for settings --- cms/static/sass/views/_settings.scss | 3 ++- cms/templates/settings.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cms/static/sass/views/_settings.scss b/cms/static/sass/views/_settings.scss index 7a106b17ea..67c5ed34e1 100644 --- a/cms/static/sass/views/_settings.scss +++ b/cms/static/sass/views/_settings.scss @@ -328,11 +328,12 @@ body.course.settings { @extend .t-action-3; font-weight: 600; - .icon { + [class^="icon-"] { @extend .t-icon; @include font-size(16); display: inline-block; vertical-align: middle; + margin-top: -3px; } } } diff --git a/cms/templates/settings.html b/cms/templates/settings.html index f6633c8d65..5baf460e25 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -92,7 +92,7 @@ from contentstore import utils