Validation for create-run form

This commit is contained in:
Ben Ramey
2014-05-13 10:59:35 -05:00
parent 45b1a665e2
commit 720ad4ce2d
2 changed files with 82 additions and 50 deletions

View File

@@ -11,31 +11,20 @@ form {
}
input.form-control {
font-size: 2em;
height: auto;
margin: 0 0 10px 0;
}
.has-feedback .form-control-feedback {
font-size: 2em;
top: 9px;
right: 5px;
}
.btn-primary {
font-size: 4em;
}
}
.create-run-form {
.invitee {
input, .btn {
width: auto;
float: left;
}
input {
margin-right: 10px;
}
.btn {
font-size: 2em;
}
}
.btn-default {
font-size: 2em;
}
}
.create-order-form {
textarea {
@@ -45,3 +34,6 @@ form {
font-size: 2em;
}
}
input.ng-dirty.ng-invalid {
}