Sha256: db71e477ccf5a9ee25c887adbe8b5903bf5a86306b53f3706bb43de7b086b191

Contents?: true

Size: 1.24 KB

Versions: 12

Compression:

Stored size: 1.24 KB

Contents

/* @group Checkbox */

.sc-list-item-view .sc-checkbox-view {
	position: absolute;
	display: block;
	border: none;
	width: 17px;
	height: 16px;
	left: 5px;
	top:  50%;
	margin-top: -8px;
  background: none;
}

.sc-list-item-view.sel .sc-checkbox-view {
  background: none;
	border: none;
}

.sc-list-item-view .sc-checkbox-view.sel {
  background: none;
	border: none;
}

.sc-list-item-view .sc-checkbox-view.active {
  background: none;
	border: none;
}

/* @end */

/* @group Disclosure */

.sc-list-item-view img.disclosure {
	position: absolute ;
	left: -11px;
	top: 50%;
	margin-top: -6px;
	width: 14px;
	height: 14px;
	background-image: static_url('images/sc-theme-repeat-x.png') ;
	background-position: -16px -1614px ;
}

.sc-list-item-view img.disclosure.open {
	background-position: 0px -1597px ;
}

.sc-list-item-view img.disclosure.active {
	background-position: -0px -1630px ;
}

.sc-list-item-view img.disclosure.open.active {
	background-position: -16px -1597px ;
}

.sc-list-item-view.disabled img.disclosure,
.sc-list-item-view.disabled img.disclosure.active {
	background-position: -16px -1630px ;
}

.sc-list-item-view.disabled img.disclosure.open,
.sc-list-item-view.disabled img.disclosure.open.active {
	background-position: 0px -1613px ;
}


/* @end */

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sproutcore-1.0.1037 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1035 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1031 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1030 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1029 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1027 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1028 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1026 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1025 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1024 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1009 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css
sproutcore-1.0.1008 frameworks/sproutcore/themes/standard_theme/english.lproj/list_item.css