Sha256: 087706088637764e32c249accdc5ff978e45943cd30705d02155771bfc4af302

Contents?: true

Size: 519 Bytes

Versions: 3

Compression:

Stored size: 519 Bytes

Contents

/* additional stylesheets only for IE7, if you wish to support it */

/* legend labels apper to have a left margin or padding I couldn't get rid of cleanly in main stylesheet */
.formtastic .input fieldset legend.label {
  margin-left:-7px;
}

/* checkbox and radio inputs appear to have a margin around them that I couldn't remove in main stylesheet */
.formtastic .choice label input,
.formtastic .boolean label input {
  position:relative;
  left:-4px;
  right:-4px;
  size:15px;
  margin-left:0;
  margin-right:0;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formtastic-2.0.0.rc3 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.0.0.rc2 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.0.0.rc1 app/assets/stylesheets/formtastic_ie7.css