diff options
Diffstat (limited to 'webroot')
-rw-r--r-- | webroot/css/login_signup.css (renamed from webroot/css/signup.css) | 9 | ||||
-rw-r--r-- | webroot/css/style.css | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/webroot/css/signup.css b/webroot/css/login_signup.css index 5533718..e798455 100644 --- a/webroot/css/signup.css +++ b/webroot/css/login_signup.css @@ -1,14 +1,15 @@ -#signup { +#login_signup { width: 100%; text-align: center; } -#signup table { +#login_signup table { margin: 0 auto 5px; } -#signup table tr td:first-child { +#login_signup table tr td:first-child { text-align: right; } -#signup table td { +#login_signup table td { padding: 3px; vertical-align: middle; + text-align: left; } 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 */ |