summaryrefslogtreecommitdiff
path: root/skins/elastic/templates/key_import.html
diff options
context:
space:
mode:
Diffstat (limited to 'skins/elastic/templates/key_import.html')
-rw-r--r--skins/elastic/templates/key_import.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/skins/elastic/templates/key_import.html b/skins/elastic/templates/key_import.html
index e738f06..6a5cb14 100644
--- a/skins/elastic/templates/key_import.html
+++ b/skins/elastic/templates/key_import.html
@@ -19,21 +19,18 @@
<table class="propform">
<tbody>
<tr class="form-group row">
- <td class="col-sm-8" colspan="2" style="width: 100%;">
+ <td>
<label class="col-form-label" for="rcmfd_key_data"><roundcube:label name="inbox_settings.paste_key_data" /></label>
</td>
</tr>
<tr class="form-group row">
- <td class="col-sm-8" colspan="2" style="width: 100%;">
+ <td>
<textarea id="rcmfd_key_data" rows="10" name="key_data" resizable="false"></textarea>
</td>
</tr>
<tr class="form-group row">
- <td class="col-sm-2">
- <label class="col-form-label" for="rcmfd_key_comment"><roundcube:label name="inbox_settings.comment" /></label>
- </td>
<td class="col-sm-6">
- <input id="rcmfd_key_comment" type="text" name="comment" size="80">
+ <input id="rcmfd_key_comment" type="text" name="comment" size="120" placeholder="<roundcube:label name="inbox_settings.comment_placeholder" />">
</td>
</tr>
</tbody>