Fix for captcha covering the file field when Google uses the copy/paste type.

This commit is contained in:
ccd0 2015-07-12 00:18:42 -07:00
parent b3ae51f363
commit 304d7cbcb2

View File

@ -105,6 +105,10 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
/* party hats */
pointer-events: none;
}
#g-recaptcha {
min-height: 78px;
height: auto;
}
:root:not(.js-enabled) #postForm {
display: table;
}