diff options
Diffstat (limited to 'www/submit-body.css')
-rw-r--r-- | www/submit-body.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/submit-body.css b/www/submit-body.css new file mode 100644 index 0000000..0cb86d1 --- /dev/null +++ b/www/submit-body.css @@ -0,0 +1,22 @@ +/* + * Package archive submission form (based on proplist and form-table) + */ +#submit +{ + margin-top: .8em; + margin-bottom: .8em; + + padding-top: .4em; + padding-bottom: .4em; +} + +#submit th +{ + width: 5.7em; +} + +#submit input +{ + width: 100%; + margin:0; +} |