/*
Makes the 'Edit This Bookmark' box wider so folder names are always readable and not sometimes compressed to 4 or 5 characters.

Also makes the folder selection box taller so you can see more folders.
*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#editBMPanel_folderTree
{
min-height:425px !important;
}

#editBMPanel_nameRow {
min-width:400px !important;
}

/*Other selectors

#editBMPanel_nameRow
#editBMPanel_locationRow
#editBMPanel_feedLocationRow
#editBMPanel_siteLocationRow
#editBMPanel_folderRow
#editBMPanel_FolderTree
#editBMPanel_newFolderBox
#editBMPanel_tagsRow
#editBMPanel_tagsSelector
#editBMPanel_keywordRow
#editBMPanel_descriptionRow
#editBMPanel_loadInSidebarCheckbox
*/