Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Created June 23, 2009 20:38
Show Gist options
  • Save baldwindavid/134824 to your computer and use it in GitHub Desktop.
Save baldwindavid/134824 to your computer and use it in GitHub Desktop.
form.formtastic fieldset ol li { display: block; margin-bottom:.5em; }
form.formtastic fieldset {border:1px solid #CCC; width:400px; padding:15px; margin:15px;}
form.formtastic fieldset ol li label { display:block; width:200px; float:none; padding-top:.2em; }
form.formtastic legend { margin-bottom: 15px;}
form.formtastic legend span { background-color: #666; padding:8px; color:#FFF; }
form.formtastic .numeric { width:60px;}
form.formtastic fieldset ol li.boolean label { padding-left:0%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment