Add the sign up form to the sign in page

This commit is contained in:
Joseph Schorr 2013-12-11 16:55:07 -05:00
parent d41f651a38
commit 91f4464cb6
3 changed files with 33 additions and 19 deletions

View file

@ -758,23 +758,6 @@ i.toggle-icon:hover {
margin-bottom: 10px;
}
.landing-social-alternate {
color: #777;
font-size: 2em;
margin-left: 43px;
line-height: 1em;
}
.landing-social-alternate .inner-text {
text-align: center;
position: relative;
color: white;
left: -43px;
top: -9px;
font-weight: bold;
font-size: .4em;
}
form input.ng-invalid.ng-dirty,
*[ng-form] input.ng-invalid.ng-dirty {
background-color: #FDD7D9;
@ -2249,4 +2232,21 @@ p.editable:hover i {
.page-description {
margin-bottom: 40px;
}
}
.landing .social-alternate {
color: #777;
font-size: 2em;
margin-left: 43px;
line-height: 1em;
}
.landing .social-alternate .inner-text {
text-align: center;
position: relative;
color: white;
left: -43px;
top: -9px;
font-weight: bold;
font-size: .4em;
}