Sha256: ada75e1d9969176797024c80e15cf4c2f741b0e3044c5200dc972567bdbb48fc

Contents?: true

Size: 597 Bytes

Versions: 35

Compression:

Stored size: 597 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;
}

.formtastic .buttons,
.formtastic .inputs,
.formtastic .input {
  zoom:1;
}

Version data entries

35 entries across 35 versions & 3 rubygems

Version Path
formtastic-2.3.0.rc3 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.3.0.rc2 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.3.0.rc app/assets/stylesheets/formtastic_ie7.css
formtastic-2.2.1 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.2.0 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.2.0.rc app/assets/stylesheets/formtastic_ie7.css
formtastic-2.1.1 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.1.0 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.1.0.rc app/assets/stylesheets/formtastic_ie7.css
formtastic-2.1.0.beta1 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.0.2 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.0.1 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.0.0 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.0.0.rc5 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.0.0.rc4 app/assets/stylesheets/formtastic_ie7.css