summaryrefslogtreecommitdiffstats
path: root/webroot/css/login_signup.css
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/css/login_signup.css')
-rw-r--r--webroot/css/login_signup.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/webroot/css/login_signup.css b/webroot/css/login_signup.css
new file mode 100644
index 0000000..e798455
--- /dev/null
+++ b/webroot/css/login_signup.css
@@ -0,0 +1,15 @@
+#login_signup {
+ width: 100%;
+ text-align: center;
+}
+#login_signup table {
+ margin: 0 auto 5px;
+}
+#login_signup table tr td:first-child {
+ text-align: right;
+}
+#login_signup table td {
+ padding: 3px;
+ vertical-align: middle;
+ text-align: left;
+}