Name-Location-Tags-Keyword

Discussion of general topics about Mozilla Firefox
Post Reply
bob c
Posts: 246
Joined: September 7th, 2003, 10:09 am

Name-Location-Tags-Keyword

Post by bob c »

These 4 items are at the bottom of the "Show all Bookmarks" page, and on my computer take up over 3 inches of wasted computer screen when I'm looking at or organizing bookmarks. Does anybody know of a way to at least collapse this area, or not show it. There is no way in the "View" heading at top of page to hide it.
Brummelchen
Posts: 4480
Joined: March 19th, 2005, 10:51 am

Re: Name-Location-Tags-Keyword

Post by Brummelchen »

3 inch? lol
you probably use a too large font.

for userChrome.css

@-moz-document url-prefix(chrome://browser/content/places/places.xul)
{
#editBookmarkPanelContent #editBookmarkPanelRows #editBMPanel_tagsRow,
#editBookmarkPanelContent #editBookmarkPanelRows #editBMPanel_keywordRow
{
display: none !important;
}

/*
#editBookmarkPanelContent #editBookmarkPanelRows #editBMPanel_locationRow
{
visibility: visible !important;
}
*/

#detailsDeck,
#detailsDeck #infoBox
{
height: 100px !important;
min-height: 100px !important;
padding: 0 !important;
}
}
bob c
Posts: 246
Joined: September 7th, 2003, 10:09 am

Re: Name-Location-Tags-Keyword

Post by bob c »

[quote="Brummelchen"]3 inch? lol
you probably use a too large font.


that would be wrong--with layout.css.devPixelsPerPx set to 1, a font of 12--it's just right on the big computer screen wife and I use. the items at the bottom of those history and bookmark pages are justed wasted space to me when organizing all the bookmarks in there. beside 2 of the items at the bottom are already listed up in the "field" of the page.

thanks--I just used the last portion "details" of your chrome file, with the height and min-height both set to 0.. none of that at the bottom shows now.
Brummelchen
Posts: 4480
Joined: March 19th, 2005, 10:51 am

Re: Name-Location-Tags-Keyword

Post by Brummelchen »

>> none of that at the bottom shows now.

so you get rid of the option to modify bookmarks. your decision.
maybe chrome will meet your needs some better - there is nothing of such fields, only a single line ^^
bob c
Posts: 246
Joined: September 7th, 2003, 10:09 am

Re: Name-Location-Tags-Keyword

Post by bob c »

Brummelchen wrote:>> none of that at the bottom shows now.

so you get rid of the option to modify bookmarks. your decision.
maybe chrome will meet your needs some better - there is nothing of such fields, only a single line ^^

who are you--chrome from your mouth just because

I haven't modified a bookmark since I used netscape 1. just put them where I want or delete

dry up
User avatar
dickvl
Posts: 54145
Joined: July 18th, 2005, 3:25 am

Re: Name-Location-Tags-Keyword

Post by dickvl »

I assume you mean the details area at the bottom of the right panel in the Bookmarks Manager (Library).

You can use code in userChrome.css to hide this panel.

Code: Select all

@-moz-document url-prefix(chrome://browser/content/places/places.xul){
#detailsDeck {display: none !important}
}
http://kb.mozillazine.org/userChrome.css
Brummelchen
Posts: 4480
Joined: March 19th, 2005, 10:51 am

Re: Name-Location-Tags-Keyword

Post by Brummelchen »

i am sure he already got that piece from code above.
sam.malenfant
Posts: 3
Joined: August 3rd, 2016, 8:56 am

Re: Name-Location-Tags-Keyword

Post by sam.malenfant »

Wow - Excellent! :D I am one of those troglodytes who do not use Tags or Keywords and clicking on a bookmark in the Library pops up this big space for no useful purpose (for me). It is wonderful to be able to suppress these two lines.

(Now if only "Parent Folder" (obsolete add-on) could be displayed again ... maybe even Description too ...)
Post Reply