From 519a744f220f656ae7fb743bfd96d0b6cc74c0c9 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Wed, 18 Jul 2012 12:57:54 -0400 Subject: [PATCH] Fix message and notice styles. --- lms/static/sass/shared/_modal.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss index 7184a2c485..5e132a0993 100644 --- a/lms/static/sass/shared/_modal.scss +++ b/lms/static/sass/shared/_modal.scss @@ -115,7 +115,7 @@ padding: 12px; } - .activation-message, .message, .notice { + .notice { background: $yellow; border: 1px solid darken($yellow, 60%); color: darken($yellow, 60%); @@ -124,7 +124,7 @@ padding: 12px; } - .activation-message { + .activation-message, .message { padding: 0 40px 10px; p {