diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-08-14 15:59:34 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-08-14 15:59:34 +0200 |
commit | ada6471f114c3e39f9b41294fb3b94c76b16bf59 (patch) | |
tree | 1d6a39842fbd9bed82bcae778dd4e75403b2123d /simpleSigning/src/main/resources/html/fileupload | |
parent | 34bda0835fa7ea1da4f200a757cdb7338566e777 (diff) | |
download | einfach-signieren-ada6471f114c3e39f9b41294fb3b94c76b16bf59.tar.gz einfach-signieren-ada6471f114c3e39f9b41294fb3b94c76b16bf59.tar.bz2 einfach-signieren-ada6471f114c3e39f9b41294fb3b94c76b16bf59.zip |
More changes
Diffstat (limited to 'simpleSigning/src/main/resources/html/fileupload')
-rw-r--r-- | simpleSigning/src/main/resources/html/fileupload | 4 |
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> |