diff options
author | friendica <info@friendica.com> | 2012-10-25 18:42:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-25 18:42:42 -0700 |
commit | 3b394ea43fd3bc011f98a9160a8b408283f97ebc (patch) | |
tree | da7fe5fc9089752af8467937355991b45c345776 /view/css | |
parent | ebb75340ec1b152eab0319f5811711ad192a2802 (diff) | |
download | volse-hubzilla-3b394ea43fd3bc011f98a9160a8b408283f97ebc.tar.gz volse-hubzilla-3b394ea43fd3bc011f98a9160a8b408283f97ebc.tar.bz2 volse-hubzilla-3b394ea43fd3bc011f98a9160a8b408283f97ebc.zip |
comments sort of working again but now need to fix the threading which was ported when it was only half working
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_register.css (renamed from view/css/mod_zregister.css) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/css/mod_zregister.css b/view/css/mod_register.css index a5bd9a5cf..581dee1a0 100644 --- a/view/css/mod_zregister.css +++ b/view/css/mod_register.css @@ -4,29 +4,29 @@ h2 { margin-top: 15%; } -#zregister-form { +#register-form { font-size: 1.4em; margin-left: 15%; margin-top: 5%; } -.zregister-label { +.register-label { float: left; width: 275px; } -.zregister-input { +.register-input { float: left; width: 275px; padding: 5px; } -.zregister-feedback { +.register-feedback { float: left; margin-left: 45px; } -.zregister-field-end { +.register-field-end { clear: both; margin-bottom: 20px; } |