Sha256: b95b05c632c1d1e1fed565794b4708332199f8bbe51e019f5c99b0348b78429f

Contents?: true

Size: 859 Bytes

Versions: 35

Compression:

Stored size: 859 Bytes

Contents

/* additional stylesheets only for IE6, 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:-1px;
  size:15px;
  margin-left:0;
  margin-right:0;
}

/* inline hints and errors appear a few pixel too far over to the left */
.formtastic .inline-hints,
.formtastic .inline-errors {
  padding-left:3px;
}

/* fragment (eg year, month, day) appear a few pixels too far to the left*/
.formtastic .fragment {
  padding-left:3px;
}

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