Stackedit/public/res/html/notificationsSettingsBlock.html

11 lines
410 B
HTML
Raw Normal View History

2013-06-10 21:22:32 +00:00
<p>Shows notification messages in the bottom-right corner of the
screen.</p>
<div class="form-horizontal">
2013-08-04 17:42:22 +00:00
<div class="form-group">
2014-03-10 23:55:01 +00:00
<label class="col-sm-4 control-label" for="input-notifications-timeout">Timeout</label>
<div class="col-sm-7 form-inline">
2013-06-10 21:22:32 +00:00
<input type="text" id="input-notifications-timeout"
2014-03-10 23:55:01 +00:00
class="col-sm-5 form-control"> <span class="help-inline">ms</span>
2013-06-10 21:22:32 +00:00
</div>
</div>
</div>