diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-02-04 10:30:56 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-02-04 10:30:56 +0100 |
commit | fb7959cfc0541604b9d931e2ba28af8411ab4685 (patch) | |
tree | 56f4b747538c2bcdb867979eb5425e078c4ba8b9 /view/theme/default | |
parent | d72f248b3c0279cf8b8b525012fbf1572815e99e (diff) | |
download | volse-hubzilla-fb7959cfc0541604b9d931e2ba28af8411ab4685.tar.gz volse-hubzilla-fb7959cfc0541604b9d931e2ba28af8411ab4685.tar.bz2 volse-hubzilla-fb7959cfc0541604b9d931e2ba28af8411ab4685.zip |
Add a link to user photos in Upload Profile Photo page
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 61782f6e3..5dd0b8712 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -734,6 +734,10 @@ input#dfrn-url { margin-bottom: 20px; } +#profile-photo-link-select-wrapper { + margin-top: 2em; +} + #profile-edit-profile-name-label, #profile-edit-name-label, #profile-edit-pdesc-label, |