gecko/browser/components/places/content/organizer.css

29 lines
588 B
CSS

.history-calendar {
-moz-binding: url("chrome://browser/content/places/places.xml#calendar");
}
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;
}
#searchFilter {
width: 23em;
}
/* Edit Item Panel */
#infoBox[minimal="true"] #editBMPanel_descriptionRow,
#infoBox[minimal="true"] #editBMPanel_loadInSidebarCheckbox,
#infoBox[minimal="true"] #editBMPanel_keywordRow {
visibility: collapse;
}