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

Version Path
spiderfw-0.5.19 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.18 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.17 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.16 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.15 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.14 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.13 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.12 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.11 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.10 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.9 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.7 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.6 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.5 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
spiderfw-0.5.4 apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css