Created
June 23, 2009 20:38
-
-
Save baldwindavid/134824 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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