Add error css
This commit is contained in:
parent
754f273332
commit
4596a8fc2c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue