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-5.0.0 app/assets/stylesheets/formtastic_ie7.css
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/app/assets/stylesheets/formtastic_ie7.css
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/app/assets/stylesheets/formtastic_ie7.css
formtastic-4.0.0 app/assets/stylesheets/formtastic_ie7.css
formtastic-4.0.0.rc1 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.1.5 app/assets/stylesheets/formtastic_ie7.css
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/formtastic-3.1.4/app/assets/stylesheets/formtastic_ie7.css
formtastic-3.1.4 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.1.3 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.1.2 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.1.1 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.1.0 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.1.0.rc2 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.1.0.rc1 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.0.0 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.0.0.rc2 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.3.1 app/assets/stylesheets/formtastic_ie7.css
formtastic-2.3.0 app/assets/stylesheets/formtastic_ie7.css
formtastic-3.0.0.rc app/assets/stylesheets/formtastic_ie7.css
formtastic-2.3.0.rc4 app/assets/stylesheets/formtastic_ie7.css