Skip to content

Commit b87272b

Browse files
committed
GGW-369: Structures section styling
1 parent 8c6465a commit b87272b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

amp/WEB-INF/src/org/dgfoundation/amp/onepager/components/features/sections/AmpStructuresFormSectionFeature.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,22 @@
88
<form wicket:id="form">
99
<table width="40%">
1010
<tr>
11-
<td colspan="2" style="text-align: center;">
12-
<div style="display: flex; justify-content: center; gap: 10px;">
13-
<button wicket:id="importStructures">Import Structures</button>
14-
<span class="upfile" wicket:id="file" />
15-
</div>
11+
<td colspan="2">
12+
<button wicket:id="importStructures" >Import Structures</button>
1613
</td>
1714
</tr>
1815
<tr>
1916
<td colspan="2">
20-
<!-- Place the file input below the import button -->
21-
<div style="text-align: center;">
22-
<input type="file" wicket:id="fileInput" />
17+
<div style="white-space: nowrap;" >
18+
<span class="upfile" wicket:id="file" />
2319
</div>
2420
</td>
2521
</tr>
22+
2623
</table>
2724
</form>
2825
</div>
29-
<br><br>
26+
<br>
3027
</td>
3128
<td colspan="3">
3229
<a wicket:id="downloadLink" style="display:none;">Download</a>

0 commit comments

Comments
 (0)