Stackedit/public/res/html/notificationsSettingsBlock.html
2014-03-10 23:55:01 +00:00

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-sm-4 control-label" for="input-notifications-timeout">Timeout</label>
<div class="col-sm-7 form-inline">
<input type="text" id="input-notifications-timeout"
class="col-sm-5 form-control"> <span class="help-inline">ms</span>
</div>
</div>
</div>