Modifying Admin Frontpage
-
muligruber
- Regular
- Posts: 5
- Joined: Mon Jan 02, 2006 5:34 pm
Modifying Admin Frontpage
I need to make the front page of admin text larger. specifically the navigation on the left. Is there a way to modify the css for that page?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Modifying Admin Frontpage
Sure there is. Just edit the "style.css" file in your template's "admin/" subdirectory to change that style.
You can see which selector to use by inspecting your HTML code.
Best regards,
Garvin
You can see which selector to use by inspecting your HTML code.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
muligruber
- Regular
- Posts: 5
- Joined: Mon Jan 02, 2006 5:34 pm
thats it!
Thats it, had a hard time finding it but that did it.. thanks