From c10879efdd99adabcca7df4ce4ab519b1f9ad6f2 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 21 Feb 2011 16:50:06 -0800 Subject: default publish to directory, but offer registration privacy setting. generalise publish option template - so once translated we can merge them all. Update strings. --- view/theme/duepuntozero/style.css | 22 ++++++++++++++++++++-- view/theme/loozah/style.css | 22 ++++++++++++++++++++-- 2 files changed, 40 insertions(+), 4 deletions(-) (limited to 'view/theme') 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; -- cgit v1.2.3