diff options
Diffstat (limited to 'www/submit.xhtml')
-rw-r--r-- | www/submit.xhtml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www/submit.xhtml b/www/submit.xhtml index f222b1f..3a727b0 100644 --- a/www/submit.xhtml +++ b/www/submit.xhtml @@ -16,10 +16,17 @@ </td> </tr> <tr> - <th>sha256</th> + <th>sha256sum</th> <td><input type="text" name="sha256sum" required=""/></td> </tr> </tbody> </table> - <div><input type="submit" value="Submit"/></div> + <table class="form-table"> + <tbody> + <tr> + <td id="submit-padding"/> + <td><input type="submit" value="Submit"/></td> + </tr> + </tbody> + </table> </form> |