Stackedit/js/html/notificationsSettingsBloc.html
2013-06-10 22:22:32 +01:00

11 lines
381 B
HTML

<p>Shows notification messages in the bottom-right corner of the
screen.</p>
<div class="form-horizontal">
<div class="control-group">
<label class="control-label" for="input-notifications-timeout">Timeout</label>
<div class="controls">
<input type="text" id="input-notifications-timeout"
class="input-mini"> <span class="help-inline">ms</span>
</div>
</div>
</div>