Sha256: 6e0c85662d8419dd8cc771ea7d64587cac3660614758504c19b000e590d36998

Contents?: true

Size: 1.25 KB

Versions: 52

Compression:

Stored size: 1.25 KB

Contents

.treeview ul { background-color: white; }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float: none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/tv-item.gif) 0 0 no-repeat; }
.treeview .collapsable { background-image: url(images/tv-collapsable.gif); }
.treeview .expandable { background-image: url(images/tv-expandable.gif); }
.treeview .last { background-image: url(images/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(images/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(images/tv-expandable-last.gif); }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }

Version data entries

52 entries across 52 versions & 6 rubygems

Version Path
Pistos-ramaze-2008.09 examples/app/sourceview/public/jquery.treeview.css
Pistos-ramaze-2008.12 examples/app/sourceview/public/jquery.treeview.css
Pistos-ramaze-2009.01 examples/app/sourceview/public/jquery.treeview.css
Pistos-ramaze-2009.02 examples/app/sourceview/public/jquery.treeview.css
Pistos-ramaze-2009.04.08 examples/app/sourceview/public/jquery.treeview.css
Pistos-ramaze-2009.06.12 examples/app/sourceview/public/jquery.treeview.css
clivecrous-ramaze-0.3.9.5 examples/sourceview/public/jquery.treeview.css
manveru-ramaze-2008.07 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2008.08 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2008.09 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2008.10 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2008.12 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2009.01 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2009.04.01 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2009.04.08 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2009.04.18 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2009.04.22 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2009.04 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2009.05.08 examples/app/sourceview/public/jquery.treeview.css
manveru-ramaze-2009.05 examples/app/sourceview/public/jquery.treeview.css