Button style

Description

In-line styles applied to the button.

Discussion

Aligning Buttons

To align the button text (for text buttons) to the left, set the style to:

text-align: left;

To right align button text, set the style to:

text-align: right;
You can make the style dynamic by including templating directives in the style definition. e.g. {*if somevariable}color: red;{*endif}