Skip to content

Instantly share code, notes, and snippets.

@willbraden
Forked from ramseyp/inf-form-placeholder.css
Last active August 29, 2015 14:07
Show Gist options
  • Save willbraden/f2060ae1f33de8efab87 to your computer and use it in GitHub Desktop.
Save willbraden/f2060ae1f33de8efab87 to your computer and use it in GitHub Desktop.
/**
* Works with this Gist: https://gist.github.com/3827830
*/
/* Use this to add styles as necessary to override default form label styles */
.infusion-form .infusion-field .label-placeholder { }
.infusion-form .infusion-field,
.infusion-form .infusion-field .inf_group {
position:relative;
}
.infusion-form .infusion-field .label-placeholder {
position:absolute;
top: 3px;
left: 5px;
font-size: inherit;
color: #888;
font-weight: normal;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment