diff --git a/frontend/templates/registration/login.html b/frontend/templates/registration/login.html index f81aca4e..36009c72 100644 --- a/frontend/templates/registration/login.html +++ b/frontend/templates/registration/login.html @@ -2,7 +2,6 @@ {% block title %}Log in to Unglue.it{% endblock %} {% block doccontent %} - {% endblock %} diff --git a/frontend/templates/registration/login_form.html b/frontend/templates/registration/login_form.html index 9c313d48..75765df0 100644 --- a/frontend/templates/registration/login_form.html +++ b/frontend/templates/registration/login_form.html @@ -1,11 +1,10 @@
{% csrf_token %} - {{ form.username.label_tag }} + {{ form.username.label_tag }} {{ form.username }} {{ form.password.label_tag }} {{ form.password }} -
- +
diff --git a/frontend/templates/registration/registration_form.html b/frontend/templates/registration/registration_form.html index 8e24b1f2..dc9a14ca 100644 --- a/frontend/templates/registration/registration_form.html +++ b/frontend/templates/registration/registration_form.html @@ -23,7 +23,7 @@
{{ form.email.label }}: {{ form.email.errors }}
{{ form.email }}
{{ form.password1.label }}: {{ form.password1.errors }}
{{ form.password1 }}
{{ form.password2.label }}: {{ form.password2.errors }}
{{ form.password2 }}
- + diff --git a/static/scss/registration.scss b/static/scss/registration.scss index cebb4e20..e7a15420 100644 --- a/static/scss/registration.scss +++ b/static/scss/registration.scss @@ -18,6 +18,10 @@ .google-signup { display: flex; flex-direction: column; + + & > *{ + margin: 7px 0px; + } } .linetext-outer { diff --git a/static/scss/sitewide4.scss b/static/scss/sitewide4.scss index 6c1a2c63..96a4fdd6 100644 --- a/static/scss/sitewide4.scss +++ b/static/scss/sitewide4.scss @@ -216,15 +216,6 @@ h3 { } } -input[type="submit"], a.fakeinput { - background: $call-to-action; - color: white; - font-weight: bold; - padding: 0.5em 1em; - cursor: pointer; -} - - .loader-gif[disabled="disabled"], .loader-gif.show-loading { background: url('/static/images/loading.gif') center no-repeat !important; } @@ -449,53 +440,6 @@ input[type="submit"], a.fakeinput { line-height: normal; } -form.login, #login form { - label { - display: block; - line-height: 20px; - font-size: $font-size-larger; - } - - input { - width: 90%; - @include one-border-radius(5px); - border: 1px solid $blue-grey; - @include height(18px); - margin-bottom: 6px; - - &[type=submit] { - text-decoration: capitalize; - @include actionbuttons; - } - - &:focus { - border: solid 1px $call-to-action; - } - } - - input[type="text"], input[type="password"] { - @include height($font-size-default*1.75); - margin-bottom: $font-size-default; - border-width: 2px; - } - - input[type="submit"] { - font-size: $font-size-larger; - } - - - span.helptext { - display: block; - margin-top: -11px; - font-style: italic; - font-size: $font-size-default; - } -} - -#lightbox_content a.btn { - color: #FFF; -} - .js-search { float:left; padding-top:25px;