Dashboard nav bar
Sep. 13th, 2010 12:05 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I've been waiting forever for a fix that would make the navigation box wide enough to allow all list items to align properly (I've got my priorities straight, clearly) and this was the first thing I futzed with when the skins system went live. (Whee skins!)
In case it doesn't look the same to everyone else: for me the "My Dashboard" box was too narrow and items like "My Assignments (2)" or "My Related Works (2)" would break off into two lines, which looked messy to me. The following code fixes this:
You can fiddle with the values until things look right to you. Assuming you care. :-D
(Psst, mod, I'm not sure how to tag this?)
In case it doesn't look the same to everyone else: for me the "My Dashboard" box was too narrow and items like "My Assignments (2)" or "My Related Works (2)" would break off into two lines, which looked messy to me. The following code fixes this:
#dashboard ul { width: 12.5em; } /* default: 10.5em */
#main.sidebar { margin: 1em auto 1em 14em; } /* default: 12em */
You can fiddle with the values until things look right to you. Assuming you care. :-D
(Psst, mod, I'm not sure how to tag this?)