Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to change the text-align property of the HTML table cells that the Office Excel macro produces?

Bob Sovers November 4, 2015

This question is in reference to Atlassian Documentation: Office Excel Macro

When I use the Office Excel macro, the entire HTML table uses a CSS that has the text-align property set to justify.  Is there a way to override this CSS?

2 answers

0 votes
Bob Sovers November 5, 2015

OK.. I added a HTML macro with the contents:

<style>

table.offconn-192 tr td.oc-0 {text-align:left !important;}

table.offconn-192 tr td.oc-1 {text-align:left !important;}

table.offconn-192 tr td.oc-2 {text-align:left !important;}

table.offconn-192 tr td.oc-3 {text-align:left !important;}

table.offconn-192 tr td.oc-4 {text-align:left !important;}

table.offconn-192 tr td.oc-5 {text-align:left !important;}

 table.offconn-192 tr td.oc-6 {text-align:left !important;}

table.offconn-192 tr td.oc-7 {text-align:left !important;}

table.offconn-192 tr td.oc-8 {text-align:left !important;}

 table.offconn-192 tr td.oc-9 {text-align:left !important;}

table.offconn-192 tr td.oc-10 {text-align:left !important;}

table.offconn-192 tr td.oc-11 {text-align:left !important;}

</style>

 

0 votes
Mario Günter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 4, 2015

Hi Bob, 

you should be able to extend CSS by format-templates:

https://jira.yourdomain.tld/admin/viewstylesheet.action

with the right class it could be possible to overwrite styles (keep in mind the !important declaration)

Cheers, 

Mario

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events