diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 14:52:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 15:02:35 +0300 |
commit | 84c164d54d94ec683c78b3ed7cfa9b9601acbd1e (patch) | |
tree | b70e364efc7846b672ae1308d5ba0014803a943a /www/submit-body.css | |
parent | bab55b944718705fa7696607831fe3b1646cd971 (diff) |
Right-align submission form submit button
Diffstat (limited to 'www/submit-body.css')
-rw-r--r-- | www/submit-body.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/submit-body.css b/www/submit-body.css index 0cb86d1..f09cff0 100644 --- a/www/submit-body.css +++ b/www/submit-body.css @@ -12,10 +12,10 @@ #submit th { - width: 5.7em; + width: 6.8em; } -#submit input +#submit input, #submit-padding { width: 100%; margin:0; |