diff options
author | friendica <info@friendica.com> | 2013-12-15 14:36:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-15 14:36:43 -0800 |
commit | 0272ab4cd9a6428396489d88c7a1a89be76e5810 (patch) | |
tree | 78ae24629cb4fd9b52442fdad2f307107460b048 /view | |
parent | 950bd72e020daf887ac487c95d6f4f2e42b1dee9 (diff) | |
download | volse-hubzilla-0272ab4cd9a6428396489d88c7a1a89be76e5810.tar.gz volse-hubzilla-0272ab4cd9a6428396489d88c7a1a89be76e5810.tar.bz2 volse-hubzilla-0272ab4cd9a6428396489d88c7a1a89be76e5810.zip |
Provide a fallback channel to probe for magic-auth when we have no prior communications with a site.
This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first
valid channel on the site because that was probably created when the site was installed and is the
closest thing to a system channel we've got.
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_profiles.css | 6 | ||||
-rwxr-xr-x | view/tpl/profile_edit.tpl | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/view/css/mod_profiles.css b/view/css/mod_profiles.css index 8378245d2..6d935ee4d 100644 --- a/view/css/mod_profiles.css +++ b/view/css/mod_profiles.css @@ -35,9 +35,11 @@ margin-top: 10px; } -#profile-edit-with-label { +#profile-edit-with-label, #profile-edit-howlong-label { + width: 175px; - margin-left: 20px; + margin-left: 50px; + margin-bottom: 20px; } #profile-edit-profile-name-label, diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index 183389b9b..196b3ac6d 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -108,8 +108,10 @@ <label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital}} </label> {{$marital}} </div> +<div class="clear"></div> <label id="profile-edit-with-label" for="profile-edit-with" > {{$lbl_with}} </label> <input type="text" size="32" name="with" id="profile-edit-with" title="{{$lbl_ex1}}" value="{{$with}}" /> +<div class="clear"></div> <label id="profile-edit-howlong-label" for="profile-edit-howlong" > {{$lbl_howlong}} </label> <input type="text" size="32" name="howlong" id="profile-edit-howlong" title="{{$lbl_howlong}}" value="{{$howlong}}" /> |