
Response Messages are used to display notice, warning, success, error and information messages.
Basic examples for the response messages, without icons or titles.
Information message box using the .alert-successcolor scheme. Link
Information message box using the .alert-infocolor scheme. Link
Information message box using the .alert-noticecolor scheme. Link
Information message box using the .alert-warningcolor scheme. Link
Information message box using the .alert-dangercolor scheme. Link
To add titles to the response messages boxes, you need to add a heading with .alert-titleCSS class.
Information message box using the .alert-successcolor scheme. Link
Information message box using the .alert-infocolor scheme. Link
Information message box using the .alert-noticecolor scheme. Link
Information message box using the .alert-warningcolor scheme. Link
Information message box using the .alert-dangercolor scheme. Link
Add icons to alert boxes using the following markup <div class="alert-icon"> <i class="glyph-icon icon-ICON-NAME-HERE"></i> </div>. You also need to wrap the alert title and content inside an element with .alert-contentCSS class.
Information message box using the .alert-successcolor scheme. Link
Information message box using the .alert-infocolor scheme. Link
Information message box using the .alert-noticecolor scheme. Link
Information message box using the .alert-warningcolor scheme. Link
Information message box using the .alert-dangercolor scheme. Link
Add .alert-closeCSS class to the .alertresponse box element to create a closable response message box.
Information message box using the .alert-successcolor scheme. Link