Add error css

This commit is contained in:
Jonathon Wilson 2013-03-19 19:34:29 -06:00
parent 754f273332
commit 4596a8fc2c
1 changed files with 22 additions and 0 deletions

View File

@ -320,6 +320,28 @@ input[type="text"] {
float:right;
}
.error {
background-color:#300;
padding:5px;
border: solid 1px #900;
}
.error input {
background-color:#Fadfd1 !important;
margin-bottom:5px;
}
.error-text {
display:none;
}
.error .error-text {
display:block;
font-size:11px;
color:#F00;
}
/* TODO - we need a separate stylesheet(s) for signin/signup screens */
/* Following is a style adjustment for the sign-in table spacing */