|
@@ -13,7 +13,7 @@
|
|
|
<div class="col-lg-6">
|
|
<div class="col-lg-6">
|
|
|
<h3><strong>{{ t('modal_shortcuts.global.title') }}</strong></h3>
|
|
<h3><strong>{{ t('modal_shortcuts.global.title') }}</strong></h3>
|
|
|
|
|
|
|
|
- <table class="table">
|
|
|
|
|
|
|
+ <table class="table table-responsive">
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Open/Close shortcut help') }}:</th>
|
|
<th>{{ t('modal_shortcuts.global.Open/Close shortcut help') }}:</th>
|
|
|
<td><span class="key cmd-key"></span> + <span class="key">/</span></td>
|
|
<td><span class="key cmd-key"></span> + <span class="key">/</span></td>
|
|
@@ -43,7 +43,7 @@
|
|
|
<div class="col-lg-6">
|
|
<div class="col-lg-6">
|
|
|
<h3><strong>{{ t('modal_shortcuts.editor.title') }}</strong></h3>
|
|
<h3><strong>{{ t('modal_shortcuts.editor.title') }}</strong></h3>
|
|
|
|
|
|
|
|
- <table class="table">
|
|
|
|
|
|
|
+ <table class="table table-responsive">
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Indent') }}:</th>
|
|
<th>{{ t('modal_shortcuts.editor.Indent') }}:</th>
|
|
|
<td><span class="key key-longer">Tab</span></td>
|
|
<td><span class="key key-longer">Tab</span></td>
|
|
@@ -73,7 +73,7 @@
|
|
|
<div class="col-lg-6">
|
|
<div class="col-lg-6">
|
|
|
<h3><strong>{{ t('modal_shortcuts.commentform.title') }}</strong></h3>
|
|
<h3><strong>{{ t('modal_shortcuts.commentform.title') }}</strong></h3>
|
|
|
|
|
|
|
|
- <table class="table">
|
|
|
|
|
|
|
+ <table class="table table-responsive">
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.commentform.Post') }}:</th>
|
|
<th>{{ t('modal_shortcuts.commentform.Post') }}:</th>
|
|
|
<td><span class="key cmd-key"></span> + <span class="key key-longer">{% include '../widget/icon-keyboard-return-enter.html' %}</span></td>
|
|
<td><span class="key cmd-key"></span> + <span class="key key-longer">{% include '../widget/icon-keyboard-return-enter.html' %}</span></td>
|