PDA

View Full Version : Where's Waldo?


FliE
10-06-2003, 05:32 PM
I'm trying to find where the Table Header color is defined for the headers under the Home tab in the admin login. It would be the slate colored blue in the headers of the tables for Open Support Tickets, Customers Awaiting Approval, and Outstanding Invoices.

A suggestion I might add would be a table (in text) defining each area and where it can be edited. The styles.css has some docs and inline comments but they are a little convaluted. I know this is low on the totem pole of needs or must haves but thought it might be worth mentioning.

Actually, has anyone thought of creating a Skinning Tool? Using the tool you could easily apply a skin or change parts of an existing one. It would be fairly easy to create such a module given one has the inside knowledge required to know what goes where.

Just suggestions, but please get back to me on that one color, I can't seem to find it.

Thanks.

-FliE

bear
10-06-2003, 06:09 PM
I'm trying to find where the Table Header color is defined for the headers under the Home tab in the admin login. It would be the slate colored blue in the headers of the tables for Open Support Tickets, Customers Awaiting Approval, and Outstanding Invoices. Should be under /templates/raleigh/styles/style.css
Look for the section that has "tables" in the comment.

FliE
10-06-2003, 06:57 PM
Should be under /templates/raleigh/styles/style.css
Look for the section that has "tables" in the comment.

Nope, not in there. :confused:

Anyone???

-FliE

bear
10-06-2003, 09:17 PM
Nope, not in there. :confused:

Anyone???

-FliE
#tier2 { height: 22px; background-color: rgb(156,183,220); font-family: Arial,Verdana, Helvetica, sans-serif; }

Are you certain it's not in there?

Can't check my local copy...I'm getting that Ioncube error and it won't run. Have I mentioned how much I LOVE encrypted software? :mad:
<edit>Uploaded new ioncube loaders and got it running. Also think I've found your color...see above.