PDA

View Full Version : How can i make tcat and thead taller?


Luky
06-03-2007, 07:18 AM
Hey,

I want to do this globally so i have been trying with the CSS but it doesnt change! Help please :erm:

P.S im fluent so you dont need to do step by step how to login to admin cp if you want :P


Regards, Jay

CyberAlien
06-03-2007, 07:30 AM
Add padding to it.

Luky
06-03-2007, 07:39 AM
I tried that... =/

Well thead will work with padding, no change on tcat! =/

CyberAlien
06-03-2007, 07:42 AM
Increase top/bottom padding

Luky
06-03-2007, 07:47 AM
wait, no, thead is the one that doesnt work :P

Still not working, take alook at page source for CSS and my forums and tell me if im doing anything wrong please :) www.alchemist-team.net/vb/

Nevermind, fixed, thank you for your help :) I just added height: *px; and its done :) Thanks mate!

Now its not working anymore -.-

CyberAlien
06-03-2007, 07:54 AM
Found in your extra css:/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

Luky
06-03-2007, 07:56 AM
Nevermind, works now, just removed padding :)

That thing was in there by default btw, my skin is just edited default skin ... jelsoft added that, should i remove it you think?