diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 18:13:34 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 18:13:34 -0800 |
| commit | c99ad13e7b800181c58b4dd542131bcdb3c05533 (patch) | |
| tree | 0ca808b12aa681695ffc2776f0bbf85905a57221 /skins | |
| parent | 54f2db69e4130eb055eae5fe2d0f86e9b96abdf0 (diff) | |
| download | rc-inbox-settings-c99ad13e7b800181c58b4dd542131bcdb3c05533.tar.gz | |
moar
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/elastic/templates/key_import.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/skins/elastic/templates/key_import.html b/skins/elastic/templates/key_import.html index 6a5cb14..90d6d38 100644 --- a/skins/elastic/templates/key_import.html +++ b/skins/elastic/templates/key_import.html @@ -19,17 +19,17 @@ <table class="propform"> <tbody> <tr class="form-group row"> - <td> + <td class="col-sm-8"> <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> - <textarea id="rcmfd_key_data" rows="10" name="key_data" resizable="false"></textarea> + <td class="col-sm-8"> + <textarea id="rcmfd_key_data" rows="10" name="key_data" style="resize: none;"></textarea> </td> </tr> <tr class="form-group row"> - <td class="col-sm-6"> + <td class="col-sm-8"> <input id="rcmfd_key_comment" type="text" name="comment" size="120" placeholder="<roundcube:label name="inbox_settings.comment_placeholder" />"> </td> </tr> |
