919.383.2595

Buttons

Buttons

Default Button

The default style for buttons is shown below. Developers can find the settings for this in the _common partial.

default button



Buttons or links with a class added are styled automatically. To create custom buttons, just add one or more classes to the link tag. You can add classes to links using the advanced tab on the link dialog in the editor controls.

Button Colors

html source

    
<a class="btn btn-inverse" href="#-">btn-inverse</a>
<a class="btn btn-primary" href="#-">btn-primary</a>
<a class="btn btn-info" href="#-">btn-info</a>
<a class="btn btn-success" href="#-">btn-success</a>
<a class="btn btn-warning" href="#-">btn-warning</a>
<a class="btn btn-danger" href="#-">btn-danger</a>