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/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webroot/css/style.css') 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