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

This commit is contained in:
Brian Talbot
2013-03-25 13:59:30 -04:00
parent ae81009a43
commit dc1a7f5d6a

View File

@@ -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;
}
}
}
}
// =====