11 lines
410 B
HTML
11 lines
410 B
HTML
<p>Shows notification messages in the bottom-right corner of the
|
|
screen.</p>
|
|
<div class="form-horizontal">
|
|
<div class="form-group">
|
|
<label class="col-lg-4 control-label" for="input-notifications-timeout">Timeout</label>
|
|
<div class="col-lg-7 form-inline">
|
|
<input type="text" id="input-notifications-timeout"
|
|
class="col-lg-5 form-control"> <span class="help-inline">ms</span>
|
|
</div>
|
|
</div>
|
|
</div> |