Added new styles for errors and added flash to show the user resubmitted the form

--HG--
branch : kf-login-errors
This commit is contained in:
Kyle Fiedler
2012-02-08 13:54:08 -05:00
parent 95e7c2b4ec
commit fd0023448f
3 changed files with 10 additions and 6 deletions

View File

@@ -65,14 +65,17 @@ div.leanModal_box {
text-align: left;
div#enroll_error, div#login_error, div#pwd_error {
$error-color: #333;
-webkit-font-smoothing: antialiased;
background-color: #F50200;
background-color: $error-color;
border: darken($error-color, 20%);
color: #fff;
text-shadow: 0 1px 0 darken($error-color, 10%);
font-family: "Open sans";
font-weight: bold;
letter-spacing: 1px;
margin-bottom: lh();
padding: lh(.2);
text-transform: uppercase;
margin: (-(lh())) (-(lh())) lh();
padding: lh(.5);
&:empty {
padding: 0;