I am developing a theme for my site, and so far everything is looking good, except I cannot figure out how to change the date table of the admin log. http://eatsleepgame.com/tables.JPG you can see what I am talking about there. What controls this part of the table?

Thnx, Protoss

Comments

BobT-1’s picture

I can't really tell from your post or your picture what it is about the date column that you want to change, but I looked at mine and this is what I found:

The CSS for my watchdog comes from the file ./misc/drupal.css
The two items to look for are th.active (the header row) and td.active (the rest of the rows).

To change, you should add these to your ./themes/themename/style.css file and they will override the default. They were not present in my theme.

Of course, this is only true because my watchdog is sorted by date, which makes that column active.

This should get you pointed in the right direction, though. Good luck.
_________
bob-thompson.com