diff options
Diffstat (limited to 'webroot/css/signup.css')
-rw-r--r-- | webroot/css/signup.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/webroot/css/signup.css b/webroot/css/signup.css new file mode 100644 index 0000000..3968bbd --- /dev/null +++ b/webroot/css/signup.css @@ -0,0 +1,14 @@ +#signup { + float: right; + text-align: center; +} +#signup table { + margin-bottom: 5px; +} +#signup table tr td:first-child { + text-align: right; +} +#signup table td { + padding: 3px; + vertical-align: middle; +} |