Commit cbd2bcab9e30452529b72473cf7b670b7cea8c99
1 parent
bb7436ac
Exists in
master
and in
2 other branches
fix hidden element login
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -343,6 +343,9 @@ p { |
343 | 343 | .oauth-login .provider a img { max-width: 150px; } |
344 | 344 | #colorbox .login-box .oauth-login .provider a img { max-width: 200px; } |
345 | 345 | |
346 | +#user #inlineLoginBox { display: none; } | |
347 | +#cboxLoadedContent #inlineLoginBox { display: block; } | |
348 | + | |
346 | 349 | #email-check, #fake-check, #password-rate, #password-check { |
347 | 350 | width: 375px; |
348 | 351 | } | ... | ... |