quick layout fix for restore backup ui

restore from backup screen was a bit wonky because the forms where
running together, so threw in some breaks so it lays properly.
This commit is contained in:
ro 2024-11-08 11:37:31 -06:00
parent eadbbc59ae
commit 37c5b6b28f
No known key found for this signature in database
GPG key ID: 29B551CDBD4D3B50

View file

@ -4,15 +4,15 @@
</a>
</div>
<form id="init-restore" method="POST">
<label class="inline">handle</label><input type="text" class="inline" name="restore_member_handle" id="restore_member_handle" placeholder="handle"/>
<label class="inline">password</label><input type="password"class="inline" name="restore_member_pass" id="restore_member_pass" placeholder="password"/>
<label class="inline">handle</label><input type="text" class="inline" name="restore_member_handle" id="restore_member_handle" placeholder="handle"/><br />
<label class="inline">password</label><input type="password"class="inline" name="restore_member_pass" id="restore_member_pass" placeholder="password"/><br />
<label class="inline">previous</label><input type="text" class="inline" name="restore_former_url" id="restore_former_url" placeholder="previous site url"/>
<div>
<label>Grab your content backup</label>
<label>Grab your content backup</label><br />
<input id="backup-content-upload" type="file" name="backup-content-upload" placeholder="Content Archive"/>
</div>
<div>
<label>Grab your file backup</label>
<label>Grab your file backup</label><br />
<input id="backup-files-upload" type="file" name="backup-files-upload" placeholder="File Archive"/>
</div>
<br/><br/>