diff options
author | Friendika <info@friendika.com> | 2011-02-21 16:50:06 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-21 16:50:06 -0800 |
commit | c10879efdd99adabcca7df4ce4ab519b1f9ad6f2 (patch) | |
tree | 7fa4982cf86b7dbce508316462333f3f7afd37c0 /view/theme | |
parent | 079e63bba942e150ddd2baf91149936d1b880697 (diff) | |
download | volse-hubzilla-c10879efdd99adabcca7df4ce4ab519b1f9ad6f2.tar.gz volse-hubzilla-c10879efdd99adabcca7df4ce4ab519b1f9ad6f2.tar.bz2 volse-hubzilla-c10879efdd99adabcca7df4ce4ab519b1f9ad6f2.zip |
default publish to directory, but offer registration privacy setting.
generalise publish option template - so once translated we can merge them all.
Update strings.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 22 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 22 |
2 files changed, 40 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 008cce059..916f191e1 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -275,8 +275,7 @@ div.wall-item-content-wrapper.shiny { } #register-submit-button { - margin-top: 50px; - margin-left: 350px; + margin-top: 10px; } #label-login-name, #label-login-password, #login-extra-filler { @@ -678,6 +677,25 @@ input#dfrn-url { margin-left: 20px; } +#profile-publish-yes-reg, +#profile-publish-no-reg { + float: left; + margin-bottom: 10px; +} + +#profile-publish-yes-label-reg, +#profile-publish-no-label-reg { + margin-left: 350px; + float: left; + width: 50px; +} + +#profile-publish-break-reg, +#profile-publish-end-reg { + clear: both; +} + + #profile-edit-pdesc-desc, #profile-edit-keywords-desc { float: left; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index d34c81a45..e4ebeda7e 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -410,8 +410,7 @@ nav { } #register-submit-button { - margin-top: 50px; - margin-left: 350px; + margin-top: 10px; } #label-login-name, #label-login-password, #login-extra-filler { @@ -812,6 +811,25 @@ input#dfrn-url { margin-left: 20px; } +#profile-publish-yes-reg, +#profile-publish-no-reg { + float: left; + margin-bottom: 10px; +} + +#profile-publish-yes-label-reg, +#profile-publish-no-label-reg { + margin-left: 350px; + float: left; + width: 50px; +} + +#profile-publish-break-reg, +#profile-publish-end-reg { + clear: both; +} + + #profile-edit-homepage { float: left; |