:: Forum >>

How to vertically align header text to bottom?


Hi,

I have used the following codes to do wrap my headers.

DataGrid.setHeaderHeight(40);
DataGrid.getHeadersTemplate().setClass('text', 'wrap');


I works fine, but I want to align those one-line headers to the bottom. They are currently aligned in the middle. How do I do that? Thanks a lot.

Peter
Peter
Friday, January 26, 2007
<style>

.aw-grid-header .aw-item-text {
vertical-align: bottom;
}

</style>
Alex (ActiveWidgets)
Friday, January 26, 2007
Thanks a lot, Alex. Previously, I have

.aw-grid-header{vertical-align: bottom;}

but it doesn't work. Adding .aw-item-text does the trick.

Thanks!!
Peter
Friday, January 26, 2007

This topic is archived.


Back to support forum

Forum search