UNPKG

admiraljs

Version:
68 lines (54 loc) 1.11 kB
.collection { width: 420px; } .collection .item{ /* width:100px; height:100px;*/ /* border:1px solid black;*/ cursor:move; min-height:28px; } .collection .collection-container { } .collection .collection-buttons { clear:both; } .collection .button-remove { position: absolute; top: 5px; right: 5px; height:18px; cursor:pointer; } .collection .add{ margin-top:5px; background: url('../images/glyphicons_432_plus.png') no-repeat; background-position: 50% 50%; background-size: 12px; min-width:20px; display: inline-block; color:rgb(56, 56, 56); border: 1px solid rgb(168, 168, 168); min-height:20px; } .collection .selectone { margin-top:5px; background: url('../images/edit-list-icon.png') no-repeat; background-position: 50% 50%; background-size: 12px; min-width:20px; display: inline-block; color:rgb(56, 56, 56); border: 1px solid rgb(168, 168, 168); min-height:20px; } .collection .defaultitem { background: #F7F7F7; padding: 4px 0px 4px 11px; margin-bottom: 1px; position: relative; color: black; } .collection .defaultitem:hover { background:#CCC; }