/* Keyword Addition for Add/Change Bookmark (Fx3) */
/* ================================================ */
/* David McRitchie, style 9029, 2008-07-24, updated 2010-02-14 gatekeeper */
 @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Early Adopters: Your Firefox 3 chrome tweaks are HERE
   http://eriwen.com/firefox/firefox-3-chrome-tweaks/    */
/* http://forums.mozillazine.org/viewtopic.php?f=23&t=687835&p=3679075 */
/* Add a keyword when adding a bookmark -- finally something for Fx3 */
 
#editBMPanel_keywordRow, #editBMPanel_descriptionRow, 
#editBMPanel_locationRow,
#editBMPanel_loadInSidebarCheckbox {visibility: visible; }

/* collapse separation between keyword and tags */
#editBMPanel_tagsSelector[collapsed="true"]{display:none !important;}