text alignment in column (flexigrid)
- Single Page
Posted 13 September 2012 - 20:07 PM
Posted 14 September 2012 - 01:13 AM
LINE: 685
.text-left
{
text-align: center;
}
Posted 14 September 2012 - 09:49 AM
Posted 14 September 2012 - 11:40 AM
LINE: 12
Put this code:
<?php echo ($column->field_name == 'password') ? 'foo ' : '';?>
This define a new CSS class call foo in your password column.
Add a new CSS class into flexigrid.css and overwrite the align property.
Posted 14 September 2012 - 16:47 PM