moved error message into form area; tweaked cancel behavior

This commit is contained in:
Tom Giannattasio
2012-10-30 11:39:08 -04:00
parent 763e4722dc
commit d63f82ae57
2 changed files with 24 additions and 6 deletions

View File

@@ -32,6 +32,21 @@
padding: 15px 20px;
background: $mediumGrey;
#result {
display: none;
float: left;
margin-bottom: 15px;
padding: 3px 15px;
border-radius: 3px;
background: $error-red;
font-size: 14px;
color: #fff;
}
.form-elements {
clear: both;
}
label {
display: inline-block;
margin-right: 10px;