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