Project

General

Profile

Bug #18289 » pagetree_filter_fix.diff

Administrator Admin, 2008-02-23 18:10

View differences:

typo3/js/tree.js (working copy)
* Toggles visability of the filter box
*/
toggleFilter: function() {
var filterBox = $('typo3-docheader-row2');
var filterBox = $('treeFilterBox');
var state = filterBox.visible();
// save state
typo3/stylesheet.css (working copy)
UL.tree LI.active UL, UL.tree UL LI.active UL { background-color: #f7f3ef; }
#dragIcon { z-index: 1; position: absolute; visibility: hidden; filter: alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; white-space: nowrap; }
div#treeFilterBox { background: url('gfx/search_bubble.png') no-repeat 8px 0; padding-left: 10px; }
div#treeFilterBox { background: url('gfx/search_bubble.png') no-repeat 8px 0; padding-left: 10px; margin-top:-2px; }
input#treeFilter { height: 12px; width: 120px; margin: 4px 0 0 18px !important; border: 0; }
img#treeFilterReset { border: 0; margin: 5px 0 0 !important; cursor: pointer; visibility: hidden; }
img#treeFilterReset { border: 0; padding-top:5px; cursor: pointer; visibility: hidden; }
#toggleTreeFilter { text-decoration:none; }
#toggleTreeFilter span {font-weight:bold; margin-left:-4px; font-size:12px;}
#typo3-pagetree #typo3-docheader img {margin:2px 1px;}
(1-1/4)