Better messaging when creating a user on the landing page

Fixes #230
This commit is contained in:
Joseph Schorr 2015-07-14 14:00:29 +03:00
parent 9453d67c32
commit 634190d1f9
6 changed files with 28 additions and 12 deletions

View file

@ -0,0 +1,7 @@
.signup-form-element {
position: relative;
}
.signup-form-element .co-alert {
color: black;
}

View file

@ -1238,7 +1238,7 @@ i.toggle-icon:hover {
color: white;
margin-bottom: 0px;
padding-top: 120px;
padding-top: 40px;
min-height: 440px;
}