Page 1 of 1

Changing the CSS that controls the admin UI

Posted: Sun Apr 29, 2007 4:43 pm
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

Re: Changing the CSS that controls the admin UI

Posted: Sun Apr 29, 2007 7:28 pm
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

Re: Changing the CSS that controls the admin UI

Posted: Sun Apr 29, 2007 9:04 pm
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!