Skip to content

Instantly share code, notes, and snippets.

@jasonlong
Created March 19, 2010 18:00
Show Gist options
  • Save jasonlong/337973 to your computer and use it in GitHub Desktop.
Save jasonlong/337973 to your computer and use it in GitHub Desktop.
form.formtastic fieldset ol li.error {
/* so that we can absolutely position elements relative to this */
position: relative;
}
form.formtastic fieldset ol li.error img {
/* positioned to the left of the label */
position: absolute;
left: -45px;
top: -10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment