diff options
author | friendica <info@friendica.com> | 2012-08-23 20:00:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-23 20:00:10 -0700 |
commit | 2456174cc905d2d0ae19d21c94fec2c5552322a8 (patch) | |
tree | 1e64335bad03cadb168d9cd88627e6a893459efb /view/css | |
parent | a9dabd8eb918436b57d9263ad3d635774455f28f (diff) | |
download | volse-hubzilla-2456174cc905d2d0ae19d21c94fec2c5552322a8.tar.gz volse-hubzilla-2456174cc905d2d0ae19d21c94fec2c5552322a8.tar.bz2 volse-hubzilla-2456174cc905d2d0ae19d21c94fec2c5552322a8.zip |
back to identity creation form
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_zentity.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/view/css/mod_zentity.css b/view/css/mod_zentity.css index 2edb9e9a9..402572a38 100644 --- a/view/css/mod_zentity.css +++ b/view/css/mod_zentity.css @@ -4,29 +4,36 @@ h2 { margin-top: 15%; } -#zregister-form { +#zentity-form { font-size: 1.4em; margin-left: 15%; margin-top: 5%; + width: 50%; } -.zregister-label { +#zentity-form .descriptive-paragraph { + color: #888; + margin-left: 20px; + margin-bottom: 25px; +} + +.zentity-label { float: left; width: 275px; } -.zregister-input { +.zentity-input { float: left; width: 275px; padding: 5px; } -.zregister-feedback { +.zentity-feedback { float: left; margin-left: 5px; } -.zregister-field-end { +.zentity-field-end { clear: both; margin-bottom: 20px; } |