Fix Google's broken CSS for noscript captcha.
This commit is contained in:
parent
18ec8ae101
commit
b8455590b5
@ -18,6 +18,9 @@ Captcha.fixes =
|
|||||||
cssNoscript: '''
|
cssNoscript: '''
|
||||||
.fbc-payload-imageselect {
|
.fbc-payload-imageselect {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
/* XXX Fixes for Google's broken CSS */
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.fbc-payload-imageselect > label {
|
.fbc-payload-imageselect > label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user