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:
parent
eadbbc59ae
commit
37c5b6b28f
1 changed files with 4 additions and 4 deletions
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue