diff options
author | friendica <info@friendica.com> | 2012-07-21 16:43:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-21 16:43:31 -0700 |
commit | 86f55ab0b98a55f2af25f23d4dd8af34109de486 (patch) | |
tree | 2872056e41c4fc3bad3b6d19f6fa0accd7541c5d /view/theme | |
parent | e44b74e99ad433ac14b81a55cc5ffbc441c2ebe2 (diff) | |
download | volse-hubzilla-86f55ab0b98a55f2af25f23d4dd8af34109de486.tar.gz volse-hubzilla-86f55ab0b98a55f2af25f23d4dd8af34109de486.tar.bz2 volse-hubzilla-86f55ab0b98a55f2af25f23d4dd8af34109de486.zip |
new registration page
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c804c63b5..2e1c45fbf 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -3304,4 +3304,25 @@ ul.menu-popup { position: relative; left: 5%; width: 90%; +} + + +#zregister-form { + font-size: 1.4em; +} + +.zregister-label { + float: left; + width: 275px; +} + +.zregister-input { + float: left; + width: 275px; + padding: 5px; +} + +.zregister-field-end { + clear: both; + margin-bottom: 20px; }
\ No newline at end of file |