From dc1a7f5d6a8d525fb9a0be9c4be8a021e96e02c4 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 25 Mar 2013 13:59:30 -0400 Subject: [PATCH] edx.org - changed status message UI to be hidden by default (rather than with JS) for the time being for page load/render's sake --- lms/static/sass/multicourse/_account.scss | 26 ++++++++++------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/lms/static/sass/multicourse/_account.scss b/lms/static/sass/multicourse/_account.scss index 757aa7dfe6..e274a966aa 100644 --- a/lms/static/sass/multicourse/_account.scss +++ b/lms/static/sass/multicourse/_account.scss @@ -126,21 +126,6 @@ } } -// js-enabled -.js { - - #register-form, #login-form { - - .status.message { - display: none; - - &.is-shown { - display: block; - } - } - } -} - // shared .login, .register, .passwordreset, #forgot-password-modal #password-reset { @@ -477,6 +462,17 @@ color: $white; padding: 0 $baseline/4; } + + #register-form, #login-form { + + .status.message { + display: none; + + &.is-shown { + display: block; + } + } + } } // =====