From 47581aa5b4f85522a1ec171eae76da6105b3b954 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 4 Jul 2011 02:44:57 -0700 Subject: reorganize CSS... with fire --- webroot/css/signup.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 webroot/css/signup.css (limited to 'webroot/css/signup.css') 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; +} -- cgit v1.2.3