summaryrefslogtreecommitdiffstats
path: root/webroot/css/login_signup.css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-10 17:31:57 -0700
committerraylu <raylu@mixpanel.com>2011-07-10 17:36:52 -0700
commitde4d4edbcd7a6920d628d466283a7cc781a1e946 (patch)
tree1676c63304b41bdc7d7c2155bc91784aac678c0b /webroot/css/login_signup.css
parent461ada92d70011c5de9673723668d8de185e0fcb (diff)
downloadotakuhub-de4d4edbcd7a6920d628d466283a7cc781a1e946.tar.xz
use signup style for login page; add remember me to login popup
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;
+}