Skip to content

Instantly share code, notes, and snippets.

@Rio517
Created January 12, 2012 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rio517/1597852 to your computer and use it in GitHub Desktop.
Save Rio517/1597852 to your computer and use it in GitHub Desktop.
Fix SalsaLabs.com problems with CRM embeds. Click view source, then copy and paste this into your page before adding content.
<style>
.contentWrap{float:left;width:630px;}
.formRow{float:right;position:releative;}
.wrapper.site_wrapper .salsa FORM .supporterInfo{float:right;margin:0;padding:0 0 0 30px;position:relative;height:auto;top:-40px !important}
.wrapper.site_wrapper .salsa FORM .supporterInfo SELECT{padding:8px;width:203px;}
.formRow INPUT.blockInput{padding:8px;}
.wrapper.site_wrapper .salsa FORM{position:relative;overflow:hidden;}
.wrapper.site_wrapper .salsa FORM > .formRow{float:right;width:auto;position:relative;}
.wrapper.site_wrapper .salsa FORM > .formRow INPUT{top:auto !important;position:relative;margin:0 0 20px 600px !important;}
.site_wrapper, .salsa,.salsa FORM{overflow:hidden;height:auto;top:0;}
</style>
<div class="contentWrap">
INSERT CONTENT HERE
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment