dietrich%mozilla.com 9ccc1392aa Bug 403140 ? Splitters in the bookmarks organizer should not be collapsable (for mak77@supereva.it, r=mano)
git-svn-id: svn://10.0.0.236/trunk@249895 18797224-902f-48f8-a5cc-f745e15eee43
2008-04-09 05:49:49 +00:00

37 lines
797 B
CSS
Executable File

.history-calendar {
-moz-binding: url("chrome://browser/content/places/places.xml#calendar");
}
#searchFilter {
-moz-binding: url("chrome://browser/content/places/places.xml#textbox-timed-arbitrary");
}
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;
}
.textbox-input-closebutton {
display: none;
}
#searchFilter[filtered="true"] .textbox-input-closebutton {
display: -moz-box;
}
/* Edit Item Panel */
#infoBox[minimal="true"] #editBMPanel_descriptionRow,
#infoBox[minimal="true"] #editBMPanel_loadInSidebarCheckbox,
#infoBox[minimal="true"] #editBMPanel_keywordRow {
visibility: collapse;
}