hradyesh / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

Would be helpful to nullify padding on ".recaptchatable img" #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a CSS declaration in your theme which has padding on all img elements
2. Load up a page with recaptcha

What is the expected output? What do you see instead?
– I expect to see a nicely formatted recaptcha box.
– Instead, because of the padding on the recaptcha img, I see a broken
recpatcha layout.

Please provide any additional information below.
– Simply add "padding: 0 !important;" to the ".recaptchatable img" CSS
declaration.

Original issue reported on code.google.com by webcommu...@gtempaccount.com on 6 Oct 2007 at 9:14

GoogleCodeExporter commented 9 years ago
I'm referring specifically to the WordPress plugin here, but I'm sure it 
applies to
others as well.

Original comment by webcommu...@gtempaccount.com on 6 Oct 2007 at 9:15

GoogleCodeExporter commented 9 years ago
Sorry for the late response. The 2.8 plugin will contain a stylesheet with 
which you
could easily just add .recaptchatable img { padding: 0 !important; }. Of 
course, you
could already do this as of right now right? Your suggestion was simply to make 
it be
available out of the box? If so, I can add that into the recaptcha.css 
stylesheet so
that 2.8 comes with that attribute by default.

Original comment by jorgepbl...@gmail.com on 22 May 2008 at 9:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
hmm 2.8 plugin working, example : http://wordpresspremium.us/

Original comment by wordpresspremiumus@gmail.com on 25 Nov 2010 at 2:44