Closed (works as designed)
Project:
Views data export
Version:
7.x-3.0-beta6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2012 at 17:43 UTC
Updated:
27 May 2013 at 09:57 UTC
Is there a way to make all cells left aligned? By default, headers are centered, text is left, and dates/numbers are right aligned.
Comments
Comment #1
cursor commented+1. I want to align all columns top like valign:top. How does one do that?
Comment #2
cursor commentedAnswering my own question:
Edit the views-data-export-xls-header.tpl.php in the theme directory of views_data_export and add the following:
mortona2k: you should be able to do the same by using align: left; instead of vertical-align like this:
Comment #3
johnvWhen searching for this topic, this new status seems more suited.