Sha256: 35d3a74d179bc9e3b389f3d93dc85f5a6c814009503d9b91bc53d228c5b59a6e
Contents?: true
Size: 1.34 KB
Versions: 44
Compression:
Stored size: 1.34 KB
Contents
ul.tagit { padding: 1px 5px; overflow: auto; margin-left: inherit; /* usually we don't want the regular ul margins. */ margin-right: inherit; } ul.tagit li { display: block; float: left; margin: 2px 5px 2px 0; } ul.tagit li.tagit-choice { position: relative; line-height: inherit; } input.tagit-hidden-field { display: none; } ul.tagit li.tagit-choice-read-only { padding: .2em .5em .2em .5em; } ul.tagit li.tagit-choice-editable { padding: .2em 18px .2em .5em; } ul.tagit li.tagit-new { padding: .25em 4px .25em 0; } ul.tagit li.tagit-choice { a.tagit-label { cursor: pointer; text-decoration: none; } input { display: block; float: left; margin: 2px 5px 2px 0; } .tagit-close { cursor: pointer; position: absolute; right: .3rem; top: 1rem; margin-top: -8px; line-height: 17px; /* used for some custom themes that don't need image icons */ .text-icon { display: inline; } .ui-icon-close { display: none; } } } ul.tagit input[type="text"] { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: none; margin: 0; padding: 0; width: inherit; background-color: inherit; outline: none; }
Version data entries
44 entries across 44 versions & 1 rubygems