Commit 9ed18550b9bd9e7bd38979f986d16e2791c5e6f7
1 parent
de3bf76d
Exists in
master
and in
2 other branches
set important display: none
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -343,7 +343,7 @@ 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; } | |
346 | +#user #inlineLoginBox { display: none !important; } | |
347 | 347 | #cboxLoadedContent #inlineLoginBox { display: block; } |
348 | 348 | |
349 | 349 | #email-check, #fake-check, #password-rate, #password-check { | ... | ... |