Bookmark separators

2015-12-10 Thread EE
I am curious as to why one can no longer add separators to the bookmarks 
from the bookmarks manager window?  It used to be possible to do that, 
but is no longer possible.  I can still do that from the bookmarks menu 
on my bookmarks toolbar, so that will do if I need  to add any more. 
Was there really some problem with allowing that in the manager window, 
or is that just another bug?

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Bookmark separators

2015-12-10 Thread David E. Ross
On 12/10/2015 9:40 AM, EE wrote:
> I am curious as to why one can no longer add separators to the bookmarks 
> from the bookmarks manager window?  It used to be possible to do that, 
> but is no longer possible.  I can still do that from the bookmarks menu 
> on my bookmarks toolbar, so that will do if I need  to add any more. 
> Was there really some problem with allowing that in the manager window, 
> or is that just another bug?
> 

I set browser.bookmarks.autoExportHTML to true to export my bookmarks to
a file named bookmarks.html in my profile.  I do this in file user.js in
my profile with the following:
user_pref("browser.bookmarks.autoExportHTML", true);
// automatically export bookmarks into an HTML file
with the second line merely a comment to remind me why I have this.

I use bookmarks.html as my home page.  In my profile, in
chrome\userContent.css, I have the following:
@-moz-document
url("file:///xxx/bookmarks.html")
{ body { margin-left: 2em !important; font-size: 12pt }
h3 + dl { margin-left: 2em !important }  }
where "xxx" is the path to my profile.  This highlights the folders when
rendering bookmarks.html and indents the folder contents.  Since the
margin-left CSS property is relative to the "box" in which the affect
content resides, subfolder are indented even farther.

-- 
David E. Ross

The Crimea is Putin's Sudetenland.
The Ukraine will be Putin's Czechoslovakia.
See .
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Bookmark separators

2015-12-10 Thread Ed Mullen

EE wrote on 12/10/2015 12:40 PM:

I am curious as to why one can no longer add separators to the bookmarks
from the bookmarks manager window?  It used to be possible to do that,
but is no longer possible.  I can still do that from the bookmarks menu
on my bookmarks toolbar, so that will do if I need  to add any more. Was
there really some problem with allowing that in the manager window, or
is that just another bug?


SM 2.39 Beta.  Still works for me.

In the bookmarks sidebar
In bookmarks menu
In the bookmarks toolbar
In Manage Bookmarks

But I'm still ticked off you can't add text/labels to the separators any 
more.




--
Ed Mullen
http://edmullen.net/
A balanced diet is a cookie in each hand.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey