Last active
August 29, 2015 14:23
-
-
Save folmert/2cb765c1de5497f9d944 to your computer and use it in GitHub Desktop.
g-recaptcha rwd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.b2j_contact form .b2j-contact-actions { | |
.g-recaptcha { | |
overflow:hidden; | |
width:180px; | |
height:65px; | |
border:1px solid #e6e6e6; | |
iframe { | |
position: relative; | |
top:-5px; | |
right:5px; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment