Sha256: 19d9767b8395dc2744aa6ef35625eec7af6bb04a5ee263d5232c2d6045793118
Contents?: true
Size: 1.07 KB
Versions: 15
Compression:
Stored size: 1.07 KB
Contents
.asmContainer { /* container that surrounds entire asmSelect widget */ } .asmSelect { /* the newly created regular 'select' */ display: inline; } .asmOptionDisabled { /* disabled options in new select */ color: #999; } .asmHighlight { /* the highlight span */ padding: 0; margin: 0 0 0 1em; } .asmList { /* html list that contains selected items */ margin: 1em 8em 2em 8em; position: relative; display: block; padding-left: 0; list-style: none; clear: both; } .asmListItem { /* li item from the html list above */ position: relative; margin-left: 0; padding-left: 0; list-style: none; background: #ddd; border: 1px solid #bbb; width: 100%; margin: 0 0 -1px 0; line-height: 1em; } .asmListItem:hover { background-color: #e5e5e5; } .asmListItemLabel { /* this is a span that surrounds the text in the item, except for the remove link */ padding: 5px; display: block; } .asmListSortable .asmListItemLabel { cursor: move; } .asmListItemRemove { /* the remove link in each list item */ position: absolute; right: 0; top: 0; padding: 5px; }
Version data entries
15 entries across 15 versions & 1 rubygems