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 d2aad6d commit 8c6465a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
<table width="40%">
<tr>
<td colspan="2" style="text-align: center;">
<div style="display: flex; justify-content: space-between;">
<div style="display: flex; justify-content: center; gap: 10px;">
<button wicket:id="importStructures">Import Structures</button>
<span wicket:id="exportStructures" style="background-color: #9fe170;"></span>
<a wicket:id="downloadLink" style="display:none;">Download</a>
<span class="upfile" wicket:id="file" />
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div style="white-space: nowrap;">
<span class="upfile" wicket:id="file" />
<!-- Place the file input below the import button -->
<div style="text-align: center;">
<input type="file" wicket:id="fileInput" />
</div>
</td>
</tr>
Expand Down

0 comments on commit 8c6465a

Please sign in to comment.