Skip to content

Instantly share code, notes, and snippets.

@mcrider
Created October 29, 2013 19:28
Show Gist options
  • Save mcrider/7221018 to your computer and use it in GitHub Desktop.
Save mcrider/7221018 to your computer and use it in GitHub Desktop.
Wufoo Custom CSS
/* - - - - - - - - - - - - - - - - - - - - -
Title : Custom CSS by THo
URL : http://halemakua.com
Last Updated : October 23, 2013
- - - - - - - - - - - - - - - - - - - - - */
body {
background-color: #FBFBF6;
}
.embed #container {
width: 90% !important;
margin-left: 0;
}
.wufoo .info, .wufoo .paging-context {
border: none;
}
.wufoo li.focused {
background-color: inherit;
}
.info, form li, form li.buttons {
padding-left: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment