ForumsTips & TricksChange the font size on your iGoogle gadget in Firefox


Change the font size on your iGoogle gadget in Firefox
Author Message
trhoppe

Posted: Jan 28, 2009
Score: 0 Reference
If you are using Firefox and the Toodledo iGoogle gadget, but don't like the huge font size, you can create a user specific stylesheet for yourself to make it easier to look at.

Find your profiles/chrome folder, usually located in c:\documents and settings\your username\App data\Mozilla\Firefox\Profiles\your profile\chrome

In there you can place a file named userContent.css with the following code in it

/* START CODE */
@-moz-document url-prefix(http://www.toodledo.com/slim/)
{

.p, .l {font-size:90% !important;}
.h {font-size:90% !important;}
.p li {min-height:30px !important;}
.p li.h { min-height:16px !important;}
a.tt {font-weight:bold !important;}
.p, .l, .t {min-height:320px !important; top:38px !important; }
}
/* END CODE */

This code will take the font size down a notch in the breadcrumb and folder listing, 2 sizes down in the task listing, bold the task names, and also remove the vertical scrollbar from the app.

Enjoy!
You cannot reply yet

U Back to topic home

R Post a reply

To participate in these forums, you must be signed in.