Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /home/libera/public_html/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /home/libera/public_html/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /home/libera/public_html/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /home/libera/public_html/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /home/libera/public_html/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /home/libera/public_html/includes/common.inc).
Notice: Trying to access array offset on value of type int in element_children() (line 6595 of /home/libera/public_html/includes/common.inc).
Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home/libera/public_html/includes/common.inc).
Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in _menu_load_objects() (line 579 of /home/libera/public_html/includes/menu.inc).
Buttons Styles
Options
Use any of the available button classes to quickly create a styled button.
<!-- Standard button --><buttontype="button"class="btn btn-default">Default</button><!-- Provides extra visual weight and identifies the primary action in a set of buttons --><buttontype="button"class="btn btn-primary">Primary</button><!-- Indicates a successful or positive action --><buttontype="button"class="btn btn-success">Success</button><!-- Contextual button for informational alert messages --><buttontype="button"class="btn btn-info">Info</button><!-- Indicates caution should be taken with this action --><buttontype="button"class="btn btn-warning">Warning</button><!-- Indicates a dangerous or potentially negative action --><buttontype="button"class="btn btn-danger">Danger</button><!-- Deemphasize a button by making it look like a link while maintaining button behavior --><buttontype="button"class="btn btn-link">Link</button>
Sizes
Fancy larger or smaller buttons? Add .btn-lg, .btn-sm, or .btn-xs for additional sizes.
Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <button> elements, this is done via :active. For <a> elements, it's done with .active. However, you may use .active on <button>s should you need to replicate the active state progammatically.
Button element
No need to add :active as it's a pseudo-class, but if you need to force the same appearance, go ahead and add .active.
As a best practice, we highly recommend using the <button> element whenever possible to ensure matching cross-browser rendering.
Among other things, there's a Firefox bug that prevents us from setting the line-height of <input>-based buttons, causing them to not exactly match the height of other buttons on Firefox.