fix for bug #382534: horizontal spacing of favicons in the bookmarks sidebar on Mac OS X.patch=cyenr=sspitzer

This commit is contained in:
sspitzer@mozilla.org 2007-06-06 08:45:27 -07:00
parent c6304de029
commit f04033361f
2 changed files with 3 additions and 6 deletions

View File

@ -38,14 +38,14 @@
}
treechildren::-moz-tree-image(title) {
padding-right: 2px;
margin: 0px 2px;
width: 16px;
height: 16px;
}
treechildren::-moz-tree-image(title, container),
treechildren::-moz-tree-image(title, open) {
padding-right: 2px;
margin: 0px 2px;
list-style-image: url("chrome://global/skin/tree/folder.png") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px);
}

View File

@ -30,12 +30,9 @@
-moz-appearance: listbox;
}
treechildren::-moz-tree-image {
treechildren::-moz-tree-image(title) {
padding-right: 2px;
margin: 0px 2px;
}
treechildren::-moz-tree-image(title) {
width: 16px;
height: 16px;
}