Last active
August 29, 2015 14:03
-
-
Save arelthia/a6414eeada8b80534780 to your computer and use it in GitHub Desktop.
Style Add Widget After Content Optin Box
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
.awac-wrapper{ | |
border:1px solid #333; | |
background:#f3f3f7; | |
margin-bottom:1em; | |
padding:.8em | |
} | |
.awac{ | |
margin-bottom:.8em | |
} | |
.awac .gform_wrapper .gform_footer{ | |
padding:8px 0 20px 0; | |
margin:8px 0 0 0; | |
} | |
.awac .gform_wrapper input[type="submit"],.awac .gform_wrapper input[type="button"]{ | |
background:#333; | |
color:#ffffff; | |
border:1px solid #333; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment