Sha256: 915458338833a8933384a376b6e77aac69805318f0c89ed430b2f98773b1aac6
Contents?: true
Size: 781 Bytes
Versions: 3
Compression:
Stored size: 781 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; }
Version data entries
3 entries across 3 versions & 1 rubygems