Vertical Aligment of Text inside a tab

slinc - September 24, 2008 - 10:37
Project:Tabbed Block
Version:5.x-1.3
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi there,

Thanks for making such a useful module!

Anyways, I'm wondering whether it is possible to vertical align (and center) the text inside a tab.
I've tried using vertical-align: middle; in the css and it is still not working.
(See http://www.imagebam.com/image/b01ca614041379 for more details.)

Thanks for your help!

#1

joetsuihk - September 24, 2008 - 12:17

disable the float:left in tab class

#2

slinc - September 26, 2008 - 14:43

Hi,

Your suggestion aligns the actual tabs themselves.

Sorry if you misunderstood, what I want to do is to VERTICALLY CENTER the TEXT INSIDE the tab.

How would I do so?

多谢

#3

joetsuihk - October 2, 2008 - 03:33

i see.

add css:
vertical-align:center;

to the tab

 
 

Drupal is a registered trademark of Dries Buytaert.