Skip to content

Commit

Permalink
Added custom styles to improve the layout of our forms.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 18, 2010
1 parent a7aceb1 commit 1cdd783
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/stylesheets/formtastic_changes.css
Expand Up @@ -8,3 +8,10 @@ For example, to make the inline hint paragraphs a little darker in color than th
form.formtastic fieldset ol li p.inline-hints { color:#333; }
--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset ol li label {
width: 15%
}

form.formtastic fieldset ol li.string input, form.formtastic fieldset ol li.text textarea {
width: 54%
}

0 comments on commit 1cdd783

Please sign in to comment.