aboutsummaryrefslogtreecommitdiff
path: root/simpleSigning/src/main/resources/html/fileupload
diff options
context:
space:
mode:
Diffstat (limited to 'simpleSigning/src/main/resources/html/fileupload')
-rw-r--r--simpleSigning/src/main/resources/html/fileupload4
1 files changed, 2 insertions, 2 deletions
diff --git a/simpleSigning/src/main/resources/html/fileupload b/simpleSigning/src/main/resources/html/fileupload
index 0e09bee..cfc126b 100644
--- a/simpleSigning/src/main/resources/html/fileupload
+++ b/simpleSigning/src/main/resources/html/fileupload
@@ -1,4 +1,4 @@
-<table cellspacing="0" cellpadding="5" width="540px">
+<table cellspacing="5" cellpadding="0" width="540px">
<tbody>
<tr>
<td width="100%">
@@ -7,7 +7,7 @@ Zu signierendes PDF:
</tr>
<tr>
<td width="100%">
-<input type="file" name="pdf-file" id="pdf-file" accept="application/pdf">
+<input style="width: 520px" type="file" name="pdf-file" id="pdf-file" accept="application/pdf">
</td>
</tr>
</tbody>