From de4d4edbcd7a6920d628d466283a7cc781a1e946 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 10 Jul 2011 17:31:57 -0700 Subject: use signup style for login page; add remember me to login popup --- webroot/css/login_signup.css | 15 +++++++++++++++ webroot/css/signup.css | 14 -------------- webroot/css/style.css | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 webroot/css/login_signup.css delete mode 100644 webroot/css/signup.css (limited to 'webroot/css') 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; +} diff --git a/webroot/css/signup.css b/webroot/css/signup.css deleted file mode 100644 index 5533718..0000000 --- a/webroot/css/signup.css +++ /dev/null @@ -1,14 +0,0 @@ -#signup { - width: 100%; - text-align: center; -} -#signup table { - margin: 0 auto 5px; -} -#signup table tr td:first-child { - text-align: right; -} -#signup table td { - padding: 3px; - vertical-align: middle; -} diff --git a/webroot/css/style.css b/webroot/css/style.css index 15b1af7..14d661f 100644 --- a/webroot/css/style.css +++ b/webroot/css/style.css @@ -138,7 +138,7 @@ pre { /* align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css */ input[type="radio"] { vertical-align: text-bottom; } -input[type="checkbox"] { margin:0; vertical-align:-2px; } +input[type="checkbox"] { vertical-align: -1px; } .ie6 input { vertical-align: text-bottom; } /* hand cursor on clickable input elements */ -- cgit v1.2.3