2007-06-17 08:09:44 -07:00
|
|
|
|
|
|
|
.history-calendar {
|
|
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#calendar");
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
button.commandButton {
|
|
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#command-button");
|
|
|
|
}
|
|
|
|
|
|
|
|
.filterList {
|
|
|
|
-moz-binding: url("chrome://browser/content/places/places.xml#filter-button");
|
|
|
|
}
|
|
|
|
|
|
|
|
#contentTitle {
|
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
2008-08-16 01:45:12 -07:00
|
|
|
#searchFilter {
|
|
|
|
width: 23em;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-09-21 15:57:18 -07:00
|
|
|
/* Edit Item Panel */
|
|
|
|
|
2008-04-08 22:49:49 -07:00
|
|
|
#infoBox[minimal="true"] #editBMPanel_descriptionRow,
|
|
|
|
#infoBox[minimal="true"] #editBMPanel_loadInSidebarCheckbox,
|
|
|
|
#infoBox[minimal="true"] #editBMPanel_keywordRow {
|
2007-09-21 15:57:18 -07:00
|
|
|
visibility: collapse;
|
|
|
|
}
|