Multiple row bookmark toolbar: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(The extension is back in a different form)
(added !important flag)
Line 1: Line 1:
To have the Bookmarks Toolbar display many rows, add the following to your [[userChrome.css]]:
To have the Bookmarks Toolbar display many rows, add the following to your [[userChrome.css]]:
  /* Multi-row bookmarks toolbar */
  /* Multi-row bookmarks toolbar */
  #bookmarks-ptf {display:block}
  #bookmarks-ptf {display:block !important;}
  #bookmarks-ptf toolbarseparator {display:inline}
  #bookmarks-ptf toolbarseparator {display:inline !important;}
 
/* Sometimes you may need this */
#PersonalToolbar {max-height: none !important;}


----
----

Revision as of 21:06, 27 March 2007

To have the Bookmarks Toolbar display many rows, add the following to your userChrome.css:

/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block !important;}
#bookmarks-ptf toolbarseparator {display:inline !important;}
/* Sometimes you may need this */ 
#PersonalToolbar {max-height: none !important;}

To select other folders of bookmarks as separate toolbars, install the Toolbar Thinger extension.