horizon/doc/source
Diana Whitten c7de6d5bee Horizon Messages now inherit from a Bootstrap Theme
Horizon messages (toasts/growls/alerts) now inherit from a theme.
In addition, a default message type was added 'default', since it
it possible to kick up an alert without a type specified at all.

To test all the types, run the following command on a JavaScript
console with Horizon loaded:

horizon.alert('warning', 'foo');
horizon.alert('info', 'foo');
horizon.alert('success', 'foo');
horizon.alert('', 'foo');
horizon.alert('danger', 'foo');

Partially-Implements: blueprint horizon-theme-css-reorg
Partially-Implements: blueprint bootstrap-html-standards

Change-Id: Ice65773fe1d2cdc0305fd01acd8bea3d3f84a9fa
2015-12-21 21:16:13 +00:00
..
ref Don't hide Karma coverage reports 2015-11-04 10:21:46 +09:00
releases Update Liberty release notes to match wiki 2015-11-10 16:57:20 +00:00
topics Horizon Messages now inherit from a Bootstrap Theme 2015-12-21 21:16:13 +00:00
conf.py Fix docs translation import errors 2015-08-18 14:14:41 -06:00
contributing.rst Improve release notes guidance - single patch 2015-11-30 11:31:33 -07:00
faq.rst Modified docs to list supported browsers 2014-09-11 00:29:15 +00:00
glossary.rst Remove the term 'syspanel' from docs 2013-04-26 09:07:44 +02:00
index.rst Merge "Add dev docs for SCSS/and styling in Horizon" 2015-12-08 17:55:12 +00:00
intro.rst Add install guide for users and clean up README 2014-10-09 03:29:26 +09:00
plugins.rst Add launchpad link to the plugin registry list 2015-12-03 17:43:37 +09:00
quickstart.rst Modify the Quickstart-horizon doc grammar 2015-11-13 11:05:52 +08:00
testing.rst Enable PhantomJS for running Selenium tests 2015-11-25 11:25:51 +11:00