Changeset 4647
- Timestamp:
- 02/05/08 16:42:56 (1 year ago)
- Location:
- trunk/plugins/treeview
- Files:
-
- 2 modified
-
jquery.treeview.css (modified) (1 diff)
-
todo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/treeview/jquery.treeview.css
r4646 r4647 47 47 .treeview li.lastExpandable { background-position: -32px -67px } 48 48 49 .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background- image: none; }49 .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; } 50 50 51 51 .treeview-red li { background-image: url(images/treeview-red-line.gif); } -
trunk/plugins/treeview/todo
r4646 r4647 1 * fix last hitarea in IE2 1 * adjust css sprite to handle large list items (eg. caused by large font-size or multilines) 3 2
