Legend
Forum
Unread topics or posts
Topic
Unread posts
Locked
Announcement
Forum
Unread topics or posts
Topic
Unread posts
Locked
Announcement
Search
Search results for "Posted by trhoppe"
| Author | Message |
|---|---|
|
trhoppe |
Posted: Jan 28, 2009
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! |
|
trhoppe |
Posted: Jan 28, 2009
I absolutely concur. Since I wasn't such a huge fan of the "slim" version of the iGoogle widget, I've created myself an iframe igoogle gadget pointing to the html version instead. Its super useful and to me, a better UI for my igoogle page. Thanks for allowing so many connectivity options! |