Changing the CSS that controls the admin UI

Having trouble installing serendipity?
Post Reply
bebr
Regular
Posts: 34
Joined: Thu Apr 26, 2007 2:47 am

Changing the CSS that controls the admin UI

Post by bebr »

Hello,
my idea was to change the font sizes and frame width of the admin interface that is called when editing an entry:
serendipity_admin.php?serendipity[action]=admin&serendipity[adminModule]=entries&serendipity[adminAction]=edit&...

It seems that this css is responsible for defining styles like "serendipitySideBarMenu":
templates/default/admin/style.css

But changing the definition does not yield any effects, even deleting this file doesn't make a difference.
What is the mechanism for defining the css here?
Thanks
// Bernd
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Changing the CSS that controls the admin UI

Post by garvinhicking »

Hi!

Your borwser caches CSS files, so you might need to clear your browsers cache to see changes.

Depending on your template you selected you might need to edit the style.css file of carl_contest/admin/style.css -- that file is responsible for the "redone" Serendipity admin menu...

HTH,
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/
bebr
Regular
Posts: 34
Joined: Thu Apr 26, 2007 2:47 am

Re: Changing the CSS that controls the admin UI

Post by bebr »

garvinhicking wrote:.. you might need to edit the style.css file of carl_contest/admin/style.css -- that file is responsible for the "redone" Serendipity admin menu.
Cool, this works.
Thanks!
Post Reply