diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/profile_edit.tpl | 2 | ||||
-rw-r--r-- | view/style.css | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 687432f75..251fdae14 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -1,5 +1,7 @@ <h1>Edit Profile Details</h1> +<div id="profile-edit-clone-link-wrapper" ><a href="profiles/clone/$profile_id" id="profile-edit-clone-link" title="Create a new profile using these settings">Clone this profile</a></div> + $default <div id="profile-edit-wrapper" > diff --git a/view/style.css b/view/style.css index 806d62aff..7b08e2269 100644 --- a/view/style.css +++ b/view/style.css @@ -274,7 +274,10 @@ input#dfrn-url { } - +#profile-edit-clone-link-wrapper { + margin-left: 50px; + margin-bottom: 20px; +} #profile-edit-profile-name-label, #profile-edit-name-label, |