Changed Spacing between between Buttons and Spacing of Settings Menu (#1864)

Co-authored-by: TSO <tim.sommer@bieber-marburg.de>
This commit is contained in:
Tim
2024-09-10 09:02:56 +02:00
committed by GitHub
parent 6410a99cf3
commit 7fad973a77
4 changed files with 16 additions and 7 deletions

View File

@@ -41,9 +41,10 @@
<a
href="https://help.libreoffice.org/latest/en-US/text/shared/guide/supported_formats.html">https://help.libreoffice.org/latest/en-US/text/shared/guide/supported_formats.html</a>
</div>
<br>
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{fileToPDF.submit}"></button>
<div>
<br/>
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{fileToPDF.submit}"></button>
</div>
</form>
</div>

View File

@@ -40,7 +40,6 @@
<option value="blackwhite" th:text="#{pdfToImage.blackwhite}"></option>
</select>
</div>
<br>
<input type="hidden" id="override" name="override" value="multi">
<div class="mb-3">
<label th:text=#{imageToPDF.selectText.3}></label>
@@ -49,7 +48,7 @@
<option value="convert" th:text=#{imageToPDF.selectText.5} selected></option>
</select>
</div>
<br><br>
<br>
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{imageToPDF.submit}"></button>
<script>
$('#fileInput-input').on('change', function() {