Allow a user to register from the landing page. Fix spacing issues.

This commit is contained in:
yackob03 2013-10-01 19:37:33 -04:00
parent 70685e2aa8
commit 0d6d463fc1
5 changed files with 205 additions and 137 deletions

View file

@ -36,6 +36,18 @@
margin-left: 0px;
}
.form-signup input.ng-invalid.ng-dirty {
background-color: #FDD7D9;
}
.form-signup input.ng-valid.ng-dirty {
background-color: #DDFFEE;
}
.landing .popover-content {
color: black;
}
.landing .message {
font-size: 3.4em;
margin-bottom: 10px;