*** empty log message ***

git-svn-id: svn://10.0.0.236/trunk@126615 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2002-08-07 05:29:43 +00:00
parent 054bf83480
commit 5d85741768
4 changed files with 2 additions and 11 deletions

View File

@@ -254,13 +254,14 @@ var paletteDNDObserver = {
if (!item)
return;
// XXX Now insertBefore |item| in the right place.
// We're going back in the palette now, so we have to readd the flex
// and width which we removed when moving the item to the toolbar.
// (These attributes help space the items properly in the palette.)
item.setAttribute("flex", "1");
item.setAttribute("width", "0");
// XXX Now insertBefore |item| in the right place.
gToolbarChanged = true;
},
_flavourSet: null,

View File

@@ -21,15 +21,5 @@
Blake Ross (blaker@netscape.com)
*/
#trash-can {
margin: 0px;
border: 0px;
padding: 0px;
list-style-image: url('chrome://browser/skin/trash-closed.gif');
}
#trash-can[dragactive] {
list-style-image: url('chrome://browser/skin/trash-open.gif');
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB