further rectifying css
parent
67ab8a8729
commit
c5ed14b6dc
|
@ -67,7 +67,7 @@
|
|||
<input type="submit" class="signup" value="Sign Up" />
|
||||
</div>
|
||||
</form>
|
||||
<div class="google_signup">
|
||||
<div class="google_signup_div">
|
||||
<a href="/socialauth/login/google?next={{request.build_absolute_uri}}"><img src="{{ STATIC_URL }}images/auth/google_32_noborder.png" alt="google" /></a><div>Or: <a href="/socialauth/login/google?next={{request.build_absolute_uri}}">Sign Up With Google</a></div>
|
||||
</div>
|
||||
{% else %}
|
||||
|
@ -142,8 +142,8 @@
|
|||
<div class="button">
|
||||
<input type="submit" class="signup" value="sign up" />
|
||||
</div>
|
||||
<div class="google_signup">
|
||||
<a href="/socialauth/login/google?next={{request.build_absolute_uri}}"><img src="{{ STATIC_URL }}images/auth/google_32_noborder.png" alt="google" /></a><div>Or: <a href="/socialauth/login/google?next={{request.build_absolute_uri}}">Sign Up With Google</a></div>
|
||||
<div class="google_signup_div">
|
||||
<a href="/socialauth/login/google?next={{request.build_absolute_uri}}"><img src="{{ STATIC_URL }}images/auth/google_32_noborder.png" alt="google" /></a><div><a href="/socialauth/login/google?next={{request.build_absolute_uri}}">Sign Up With Google</a></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -17,7 +17,7 @@ Make sure the username box has your <b>username, not your email</b> -- some brow
|
|||
|
||||
|
||||
<br /><br />
|
||||
<div class="google_signup">
|
||||
<div class="google_signup_div">
|
||||
<a href="/socialauth/login/google?next=/next/"><img src="{{ STATIC_URL }}images/auth/google_32_noborder.png" alt="google" /></a><div>Or: <a href="/socialauth/login/google?next=/next/">Sign in with Google</a></div>
|
||||
</div>
|
||||
{% else %}
|
||||
|
|
|
@ -360,6 +360,38 @@
|
|||
clear: both;
|
||||
padding: 10px 0 5px 16px;
|
||||
}
|
||||
.google_signup_div {
|
||||
padding: 14px 0;
|
||||
padding: 14px 0;
|
||||
}
|
||||
.google_signup_div div {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
font-size: 15px;
|
||||
}
|
||||
.google_signup_div img {
|
||||
float: left;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
.google_signup_div div {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
font-size: 15px;
|
||||
}
|
||||
.google_signup_div img {
|
||||
float: left;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
.js-rightcol-padd {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
@ -101,6 +101,21 @@
|
|||
padding: 10px;
|
||||
width: 50%;
|
||||
}
|
||||
#login .google_signup {
|
||||
padding: 14px 0;
|
||||
}
|
||||
#login .google_signup div {
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
font-size: 15px;
|
||||
}
|
||||
#login .google_signup img {
|
||||
float: left;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
.actionbutton {
|
||||
width: auto;
|
||||
height: 36px;
|
||||
|
|
|
@ -810,6 +810,38 @@ form.login span.helptext {
|
|||
font-style: italic;
|
||||
font-size: 13px;
|
||||
}
|
||||
#lightbox_content .google_signup_div {
|
||||
padding: 14px 0;
|
||||
padding: 14px 0;
|
||||
}
|
||||
#lightbox_content .google_signup_div div {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
font-size: 15px;
|
||||
}
|
||||
#lightbox_content .google_signup_div img {
|
||||
float: left;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
#lightbox_content .google_signup_div div {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
font-size: 15px;
|
||||
}
|
||||
#lightbox_content .google_signup_div img {
|
||||
float: left;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
.js-search {
|
||||
float: left;
|
||||
padding-top: 25px;
|
||||
|
|
|
@ -121,10 +121,6 @@
|
|||
padding: 0 31px 0 11px;
|
||||
width: 111px;
|
||||
}
|
||||
|
||||
.google_signup(24px) {
|
||||
.google_signup_div;
|
||||
}
|
||||
}
|
||||
|
||||
div.button {
|
||||
|
@ -139,6 +135,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.google_signup_div {
|
||||
.google_signup_div(24px);
|
||||
}
|
||||
|
||||
.js-rightcol-padd {
|
||||
padding:0;
|
||||
}
|
||||
|
|
|
@ -438,8 +438,8 @@ form.login {
|
|||
}
|
||||
}
|
||||
|
||||
.google_signup(36px) {
|
||||
.google_signup_div;
|
||||
#lightbox_content .google_signup_div {
|
||||
.google_signup_div(36px);
|
||||
}
|
||||
|
||||
.js-search {
|
||||
|
|
Loading…
Reference in New Issue