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 | |
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')
-rw-r--r-- | view/theme/default/style.css | 4 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
2 files changed, 8 insertions, 2 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, diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index a1098f6a4..c7eb56fb1 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -602,6 +602,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, @@ -1853,8 +1857,6 @@ a.mail-list-link { margin-bottom: 25px; } - - /* end from defautlt */ |