diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 18:24:16 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 18:24:16 -0800 |
| commit | 34be920302d61cf6f1cae3ebc8b7eda34ca3ba26 (patch) | |
| tree | 9f2bfcb71fa3d61aa5f481853d6128b13cb743b4 /skins | |
| parent | c99ad13e7b800181c58b4dd542131bcdb3c05533 (diff) | |
| download | rc-inbox-settings-34be920302d61cf6f1cae3ebc8b7eda34ca3ba26.tar.gz | |
fix button layout
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/elastic/templates/key_import.html | 2 |
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> |
