summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2024-12-31 18:24:16 -0800
committerCarson Fleming <[email protected]>2024-12-31 18:24:16 -0800
commit34be920302d61cf6f1cae3ebc8b7eda34ca3ba26 (patch)
tree9f2bfcb71fa3d61aa5f481853d6128b13cb743b4
parentc99ad13e7b800181c58b4dd542131bcdb3c05533 (diff)
downloadrc-inbox-settings-34be920302d61cf6f1cae3ebc8b7eda34ca3ba26.tar.gz
fix button layout
-rw-r--r--skins/elastic/templates/key_import.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/templates/key_import.html b/skins/elastic/templates/key_import.html
index 90d6d38..f48e21a 100644
--- a/skins/elastic/templates/key_import.html
+++ b/skins/elastic/templates/key_import.html
@@ -36,7 +36,7 @@
</tbody>
</table>
</fieldset>
- <div class="formbuttons">
+ <div>
<button type="submit" name="import" class="button mainaction submit btn btn-primary"><roundcube:label name="import"></button>
</div>
</form>