From rick at rickgordon.com Tue Aug 5 23:09:28 2008 From: rick at rickgordon.com (Rick Gordon) Date: Tue, 5 Aug 2008 23:09:28 -0700 Subject: [Discuss] Changing Font in Bookmarks Toolbar Message-ID: Using Firefox 3.0.1 (Mac) and Camifox 1.2.4 as a theme, I want to change the font in my Bookmarks Toolbar to a narrower font and smaller font size. I've tried editing UserChrome.css with such edits as: tab .tab-text { /*THIS WORKS*/ font-face: "Arial Narrow" !important; font-size: 9.5px !important; } #menu.bookmark-item { font-face: "Arial Narrow" !important; font-size: 8pt !important; font-weight: bold !important; } #menuitem.bookmark-item { font-face: "Arial Narrow" !important; font-size: 8pt !important; } tree { font-family: Arial Narrow !important; font-size: 9pt !important; } #bookmarks-ptf .toolbarbutton-text { font-face: "Arial Narrow" !important; font-size: 6pt !important; } #bookmarks-ptf toolbarbutton .toolbarbutton-text { font-face: "Arial Narrow" !important; font-size: 6pt !important; } ...but I haven't figured out what will work. Also, what is a comprehensive resource that will clarify the CSS object model for Mozilla, and answer this sort of question? -- ___________________________________________________ RICK GORDON EMERALD VALLEY GRAPHICS AND CONSULTING ___________________________________________________ WWW: http://www.shelterpub.com From david at mozdev.org Wed Aug 6 09:35:46 2008 From: david at mozdev.org (David Boswell) Date: Wed, 6 Aug 2008 09:35:46 -0700 (PDT) Subject: [Discuss] Accessing a Windows Share on a Mac via FireFox In-Reply-To: <519BF56B90952C4D8CED8278CCCEF026650B03@TAREXCHANGEVS01.regeneron.regn.com> Message-ID: <84468.31748.qm@web33006.mail.mud.yahoo.com> You might want to post to the locallink project's mailing list at http://locallink.mozdev.org/list.html David > I have downloaded the local links extension but still can > not get this > to work. > I am trying to get this to work for search results from > shared drives in > SharePoint. > > The url file://servername/filename isn't even > selectable in the browser. > > On Windows OS I can copy and paste the url and its OK > On a MAC which is my primary focus it doesn't work at > all. > > Also can anyone confirm this can be made to work on Mac OS. > I don't see any mention of it, > > Any help would be appreciate > _______________________________________________ > Discuss mailing list > Discuss at mozdev.org > https://www.mozdev.org/mailman/listinfo/discuss From silfreed at silfreed.net Wed Aug 6 09:59:07 2008 From: silfreed at silfreed.net (Douglas E. Warner) Date: Wed, 6 Aug 2008 12:59:07 -0400 Subject: [Discuss] Changing Font in Bookmarks Toolbar In-Reply-To: References: Message-ID: <200808061259.07616.silfreed@silfreed.net> Rick, You may want to ask your question again on the project_owners list [1] since it's more commonly used for these types of technical questions. -Doug [1] http://www.mozdev.org/mailman/listinfo/project_owners On Wednesday 06 August 2008 02:09:28 Rick Gordon wrote: > Using Firefox 3.0.1 (Mac) and Camifox 1.2.4 as a theme, I want to change > the font in my Bookmarks Toolbar to a narrower font and smaller font size. -- Douglas E. Warner Site Developer Mozdev.org http://www.mozdev.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From o.e.ekker at gmail.com Wed Aug 6 11:21:24 2008 From: o.e.ekker at gmail.com (Onno Ekker) Date: Wed, 06 Aug 2008 20:21:24 +0200 Subject: [Discuss] Accessing a Windows Share on a Mac via FireFox In-Reply-To: <519BF56B90952C4D8CED8278CCCEF026650B03@TAREXCHANGEVS01.regeneron.regn.com> References: <519BF56B90952C4D8CED8278CCCEF026650B03@TAREXCHANGEVS01.regeneron.regn.com> Message-ID: <4899EBA4.6000804@gmail.com> Dominick Vallese wrote: > I have downloaded the local links extension but still can not get this > to work. > I am trying to get this to work for search results from shared drives > in SharePoint. > > The url file://servername/filename isn't even selectable in the browser. > > On Windows OS I can copy and paste the url and its OK > On a MAC which is my primary focus it doesn't work at all. > > Also can anyone confirm this can be made to work on Mac OS. > I don't see any mention of it, > > Any help would be appreciate Don't know the local links extension or Mac OS, but I think you need more slashes... file:// is to select the file protocol, and then i think you need //server/path to specify another computer instead of a local directory or drive. Maybe it helps to specify file:////server/path/filename? Onno From martin_packer at uk.ibm.com Wed Aug 6 13:15:10 2008 From: martin_packer at uk.ibm.com (Martin Packer) Date: Wed, 6 Aug 2008 21:15:10 +0100 Subject: [Discuss] AUTO: Martin Packer is out of the office. (returning 28/08/2008) Message-ID: I am out of the office until 28/08/2008. I will respond to your message when I return. Note: This is an automated response to your message "Re: [Discuss] Accessing a Windows Share on a Mac via FireFox" sent on 6/8/08 19:21:24. This is the only notification you will receive while this person is away. From doug at nostar.net Wed Aug 13 13:01:33 2008 From: doug at nostar.net (Doug McLain) Date: Wed, 13 Aug 2008 16:01:33 -0400 Subject: [Discuss] Syncing problems Message-ID: <48A33D9D.8010908@nostar.net> I installed SyncKolab 1.0.1 on thunderbird 2.0.0.16 on linux. I added an imap folder and synced up to my personal address book during config. Now I am trying to delete contacts from my address book, but every time I sync (either manually or automatically) it keeps doing a local add on the deleted contacts and replacing them. How do I fix this? -Doug From silfreed at silfreed.net Wed Aug 13 13:11:57 2008 From: silfreed at silfreed.net (Douglas E. Warner) Date: Wed, 13 Aug 2008 16:11:57 -0400 Subject: [Discuss] Syncing problems In-Reply-To: <48A33D9D.8010908@nostar.net> References: <48A33D9D.8010908@nostar.net> Message-ID: <200808131611.58029.silfreed@silfreed.net> On Wednesday 13 August 2008 16:01:33 Doug McLain wrote: > I installed SyncKolab 1.0.1 on thunderbird 2.0.0.16 on linux. ?I added > an imap folder and synced up to my personal address book during config. > ? Now I am trying to delete contacts from my address book, but every > time I sync (either manually or automatically) it keeps doing a local > add on the deleted contacts and replacing them. ?How do I fix this? I recommend you contact the SyncKolab developers directly; you can try their mailing list [1] or try contacting the developers directly [2]. -Doug [1] http://synckolab.mozdev.org/list.html [2] http://synckolab.mozdev.org/members.html -- Douglas E. Warner Site Developer Mozdev.org http://www.mozdev.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From root at researchtogether.com Tue Aug 26 04:36:37 2008 From: root at researchtogether.com (root) Date: Tue, 26 Aug 2008 12:36:37 +0100 Subject: [Discuss] Hiding the toolbar Message-ID: <20080826113637.GA6477@researchtogether.com> Hi all, I've just started using mozswing - so far so good :) But there is one thing I've not been able to find, is it possible to hide the toolbar and/or remove some buttons from the default one? Cheers, Chris From silfreed at silfreed.net Tue Aug 26 08:51:17 2008 From: silfreed at silfreed.net (Douglas E. Warner) Date: Tue, 26 Aug 2008 11:51:17 -0400 Subject: [Discuss] Hiding the toolbar In-Reply-To: <20080826113637.GA6477@researchtogether.com> References: <20080826113637.GA6477@researchtogether.com> Message-ID: <200808261151.18488.silfreed@silfreed.net> On Tuesday 26 August 2008 07:36:37 root wrote: > I've just started using mozswing - so far so good :) > But there is one thing I've not been able to find, is it possible to hide > the toolbar and/or remove some buttons from the default one? Chris, Glad things have been working out for you. Which toolbar are you referring to? Pretty much everything on the site should be customizable; many of them through our local.conf file. You can find a partial list of the settings here: http://www.mozdev.org/docs/localconf.html If you give me an idea of which toolbar you're referring to (top, left, right, bottom) I might be able to help you out more. -Doug -- Douglas E. Warner Site Developer Mozdev.org http://www.mozdev.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From david at mozdev.org Tue Aug 26 08:56:37 2008 From: david at mozdev.org (David Boswell) Date: Tue, 26 Aug 2008 08:56:37 -0700 (PDT) Subject: [Discuss] Hiding the toolbar In-Reply-To: <20080826113637.GA6477@researchtogether.com> Message-ID: <57327.43010.qm@web33002.mail.mud.yahoo.com> If you have a question about mozswing, you may want to post to the mozswing at mozdev.org mailing list. More information about that is at http://mozswing.mozdev.org/list.html David > I've just started using mozswing - so far so good :) > But there is one thing I've not been able to find, is > it possible to hide the toolbar and/or remove some buttons > from the default one? > > Cheers, > Chris > _______________________________________________ > Discuss mailing list > Discuss at mozdev.org > https://www.mozdev.org/mailman/listinfo/discuss From mthawtar at gmail.com Tue Aug 26 09:52:09 2008 From: mthawtar at gmail.com (May Thaw Tar) Date: Tue, 26 Aug 2008 09:52:09 -0700 (PDT) Subject: [Discuss] May Thaw Tar has invited you to join Friendster Message-ID: <75r2q7$pgcs8n@c350b.gbxsc.friendster.com> You're invited to join May Thaw Tar's network of friends. By joining Friendster, you can reconnect with old friends, meet new friends, start a blog, build a custom profile, keep track of birthdays, and so much more! You can even stay in touch if you move away, switch email addresses, or lose your mobile phone. Click below to join May's network. http://www.friendster.com/join.php?inviteref=76046194&invite=B_ddmZdJgDGhGkQKzfyeT4hUZQn7CUJpKDv3E53hINE*&lang=en-US ***************************************************************** If you do not wish to receive notification emails from Friendster, please click below: http://www.friendster.com/blockemails.php?invite=ZGlzY3Vzc0Btb3pkZXYub3Jn -------------- next part -------------- An HTML attachment was scrubbed... URL: From root at researchtogether.com Tue Aug 26 10:02:37 2008 From: root at researchtogether.com (root) Date: Tue, 26 Aug 2008 18:02:37 +0100 Subject: [Discuss] Hiding the toolbar In-Reply-To: <200808261151.18488.silfreed@silfreed.net> References: <20080826113637.GA6477@researchtogether.com> <200808261151.18488.silfreed@silfreed.net> Message-ID: <20080826170237.GA9116@researchtogether.com> Hi Doug, Thanks for the response. I should have spent a bit more time looking at the API before posting. I found the solution in MozillaPanel. Thanks for your help though. Regards, Chris On Tue, Aug 26, 2008 at 11:51:17AM -0400, Douglas E. Warner wrote: > On Tuesday 26 August 2008 07:36:37 root wrote: > > I've just started using mozswing - so far so good :) > > But there is one thing I've not been able to find, is it possible to hide > > the toolbar and/or remove some buttons from the default one? > > Chris, > > Glad things have been working out for you. > > Which toolbar are you referring to? Pretty much everything on the site should > be customizable; many of them through our local.conf file. You can find a > partial list of the settings here: > http://www.mozdev.org/docs/localconf.html > > If you give me an idea of which toolbar you're referring to (top, left, right, > bottom) I might be able to help you out more. > > -Doug > > -- > Douglas E. Warner Site Developer > Mozdev.org http://www.mozdev.org > > _______________________________________________ > Discuss mailing list > Discuss at mozdev.org > https://www.mozdev.org/mailman/listinfo/discuss