Skip to content

Commit

Permalink
GGW-369: Structures section styling
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbrix committed Nov 7, 2024
1 parent 8c6465a commit b87272b
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,22 @@
<form wicket:id="form">
<table width="40%">
<tr>
<td colspan="2" style="text-align: center;">
<div style="display: flex; justify-content: center; gap: 10px;">
<button wicket:id="importStructures">Import Structures</button>
<span class="upfile" wicket:id="file" />
</div>
<td colspan="2">
<button wicket:id="importStructures" >Import Structures</button>
</td>
</tr>
<tr>
<td colspan="2">
<!-- Place the file input below the import button -->
<div style="text-align: center;">
<input type="file" wicket:id="fileInput" />
<div style="white-space: nowrap;" >
<span class="upfile" wicket:id="file" />
</div>
</td>
</tr>

</table>
</form>
</div>
<br><br>
<br>
</td>
<td colspan="3">
<a wicket:id="downloadLink" style="display:none;">Download</a>
Expand Down

0 comments on commit b87272b

Please sign in to comment.