Added styling for support form and JS library for validation.

svn path=/trunk/; revision=22912
This commit is contained in:
otto
2012-04-10 18:38:50 +00:00
parent 7b4f531ac9
commit f5f4d3d9dd
2 changed files with 44 additions and 0 deletions

View File

@@ -1870,3 +1870,31 @@ div.map {
float: right;
margin: 3px;
}
/* ------------------------------------------------------------------------- */
/* Support form */
/* ------------------------------------------------------------------------- */
#support_form {
margin-left: 150px;
}
.support input[type=email], .support input[type=text], .support select {
float: right;
width: 385px;
margin-right: 32px;
}
.support select {
width: 405px;
}
.support input[type=submit] {
float: right;
width: 200px;
margin: 0 240px 64px 150px;
}
.support label>label {
margin-left: 180px;
width: 385px;
display: block;
color: red;
}

16
scripts/jquery.validate.min.js vendored Normal file

File diff suppressed because one or more lines are too long