Sha256: c42b16dd4273662cc180b095c1960ecceeee33dfcc9fa6077281bcf3e86b7514

Contents?: true

Size: 1.79 KB

Versions: 24

Compression:

Stored size: 1.79 KB

Contents

/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

form.formtastic fieldset > ol > li p.inline-hints { color:#333; }

HINT:
The following style may be *conditionally* included for improved support on older versions of IE(<8)
form.formtastic fieldset ol li fieldset legend { margin-left: -6px;}

--------------------------------------------------------------------------------------------------*/
form.formtastic fieldset > ol > li { clear: left; }
form.formtastic fieldset > ol > li label { text-align: right; width:22%; padding-right: 2%; font-weight: bold; }
form.formtastic fieldset > ol > li label small{ font-weight: normal; color: #777; }
form.formtastic fieldset.buttons { background: #666; padding: 5px; clear: both; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
form.formtastic fieldset.buttons > ol > li { margin: 0px; }
form.formtastic fieldset.buttons > ol > li.commit{ float: right; }
form.formtastic em, form.formtastic strong{font-weight: bold;}
form.formtastic fieldset > ol > li fieldset ol{width: auto;}
form.formtastic fieldset > ol > li.check_boxes li label{ text-align: left; font-weight: normal; }
form.formtastic fieldset > ol > li.boolean label{ padding-left: 24%; margin-bottom: 15px;}
form.formtastic fieldset > ol > li.string input.title{width:100%;max-width:98%;font-size:2em;}
form.formtastic fieldset > ol > li.string input.large,
form.formtastic fieldset > ol > li.email input.large{width:70%;max-width:98%;font-size:2em;}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
soapbox-0.2.23 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.21 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.20 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.18 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.16 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.15 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.14 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.12 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.11 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.10 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.9 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.8 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.7 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.6 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.5 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.4 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.3 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.2 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.1 public/soapbox/stylesheets/formtastic_changes.css
soapbox-0.2.0 public/soapbox/stylesheets/formtastic_changes.css