Fix bug #108809. r=ben sr=hyatt

git-svn-id: svn://10.0.0.236/trunk@234778 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc%netscape.com
2007-09-06 21:58:23 +00:00
parent 2f86c03072
commit ff22e4a458
3 changed files with 32 additions and 5 deletions

View File

@@ -67,3 +67,16 @@ outlinerbody:-moz-outliner-image(Name) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important;
}
.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon
{
list-style-image: inherit;
width: 16px;
height: 16px;
}
.tree-cell-icon, .tree-cell-primary-icon {
list-style-image: inherit;
height: 16px;
max-width: 32px; /* 32 pixel hack to get too-large favicons to show; fix when tree becomes outliner */
max-height: 16px;
}

View File

@@ -53,3 +53,16 @@
list-style-image: url("chrome://communicator/skin/icons/loading.gif") !important;
}
.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon
{
list-style-image: inherit;
width: 16px;
height: 16px;
}
.tree-cell-icon, .tree-cell-primary-icon {
list-style-image: inherit;
height: 16px;
max-width: 32px; /* 32 pixel hack to get too-large favicons to show; fix when tree becomes outliner */
max-height: 16px;
}

View File

@@ -68,16 +68,17 @@ menuitem[menuactive="true"][disabled="true"] {
padding-right: 14px;
}
.menu-iconic-left {
width: 16px;
list-style-image: inherit;
}
.menu-iconic-accel {
margin-left: 4px;
padding-right: 14px;
}
.menu-iconic-icon {
width: 16px;
height: 16px;
list-style-image: inherit;
}
/* ..... menu arrow box ..... */
.menu-right {