329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com

This commit is contained in:
beng@bengoodger.com 2007-11-06 21:09:34 -08:00
parent 2ffd0eac2c
commit c4efc76e74

View File

@ -15,15 +15,9 @@
}
#placesList {
-moz-appearance: none;
width: 160px;
margin: 0px;
border: 0px;
}
#placesListContainer {
-moz-appearance: listbox;
margin: 6px 0px 7px 6px;
width: 160px;
}
#placeContent {
@ -31,14 +25,17 @@
border: 0px;
}
#content {
#contentView {
margin: 6px 6px 7px 0px;
-moz-appearance: listbox;
}
treechildren::-moz-tree-image(title, container) {
treechildren::-moz-tree-image {
padding-right: 2px;
margin: 0px 2px;
}
treechildren::-moz-tree-image(title, container) {
list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px);
}