>>509
userChrome.css

@-moz-document url(chrome://browser/content/places/places.xul) {
    #infoBox[minimal="true"] #editBMPanel_descriptionRow,
    #infoBox[minimal="true"] #editBMPanel_loadInSidebarCheckbox,
    #infoBox[minimal="true"] #editBMPanel_keywordRow {
        visibility: visible !important;
    }

    #infoBoxExpander {
    display:none !important;
    }
}