From 2c61ad45bddc4e9f0d75fe03ad16af465abb4a49 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Tue, 23 Jul 2013 14:10:23 -0400 Subject: [PATCH] adjusted error message style on course creation --- cms/static/sass/views/_dashboard.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cms/static/sass/views/_dashboard.scss b/cms/static/sass/views/_dashboard.scss index 7543f2459d..f3f50122d0 100644 --- a/cms/static/sass/views/_dashboard.scss +++ b/cms/static/sass/views/_dashboard.scss @@ -432,8 +432,9 @@ body.dashboard { .message-status { display: block; margin-bottom: 0; - padding-left: 30px; - } + padding: ($baseline*.5) ($baseline*1.5) 8px ($baseline*1.5); + font-weight: bold; + } } }